Oops...! Somehow Julia has created a rouge directory in my
C:\Users\<myname>" which indeed contains a METADATA folder. I was under the
impression that Julia was portable and could be dropped into any folder and
would stick to that folder, just like any well-behaved portable app.
But ok... "git status" in the METADATA folder gives me:
On branch metadata-v2
Your branch is up-to-date with 'origin/metadata-v2'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: FixedEffectModels/versions/0.1.0/requires
modified: FixedEffectModels/versions/0.1.1/requires
modified: FixedEffectModels/versions/0.2.0/requires
modified: FixedEffectModels/versions/0.2.1/requires
modified: FixedEffectModels/versions/0.2.2/requires
no changes added to commit (use "git add" and/or "git commit -a")
I did not change any of those files (I didn't even know that they existed).
Thanks
// MVHMF
On Wednesday, January 13, 2016 at 5:12:37 PM UTC+1, Stefan Karpinski wrote:
>
> What is the result of `Pkg.dir()` in the Julia REPL? That's where your
> packages live and the METADATA repo.
>
> On Wed, Jan 13, 2016 at 10:36 AM, <[email protected] <javascript:>>
> wrote:
>
>> Thanks for the reply. Unfortunately, I cannot find any such folder. This
>> is the binary 64-bit version of Julia 0.4.2 on W10x64pro. I expected this
>> to just install and run, but apparently this is not the case, at least not
>> on W10...
>>
>>
>> On Tuesday, January 12, 2016 at 4:48:22 PM UTC+1, Stefan Karpinski wrote:
>>>
>>> If you go into ~/.julia/v0.4/METADATA and do `git status` you should see
>>> what's going on there.
>>>
>>> On Tue, Jan 12, 2016 at 10:41 AM, <[email protected]> wrote:
>>>
>>>> Hello all
>>>> (first post)
>>>>
>>>> I just now downloaded version 0.4.2 of Julia, and installed it on my
>>>> W10x64pro machine. I was going to use it to run the optimization packages,
>>>> so I did the Pkg.update() on the Julia cmd line, as instructed here
>>>> http://www.juliaopt.org/.
>>>>
>>>> To my surprise, i get the following error message:
>>>>
>>>> INFO: Updating METADATA...
>>>> error: Cannot pull with rebase: You have unstaged changes.
>>>> ERROR: failed process: Process(`git pull --rebase -q`,
>>>> ProcessExited(1)) [1]
>>>> in pipeline_error at process.jl:555
>>>>
>>>> I have not done any changes to any source, just DL'ed and installed the
>>>> 64-bit binary for windows, and I have no clue what is going on... Does
>>>> anyone have any ideas?
>>>>
>>>> Thanks.
>>>>
>>>
>>>
>