Re: [git-users] git clone returns error 500

2016-05-26 Thread Konstantin Khomoutov
On Thu, 26 May 2016 05:15:00 -0700 (PDT) Boaz Feldbaum wrote: > Hello, > I'm novice to git. I installed the windows 64 bit version and opened > the git command window. Typed as the instructions say: > git config --global user.name "xyz" > then: > git clone url folder > and got: > fatal: unable to

[git-users] git clone returns error 500

2016-05-26 Thread Boaz Feldbaum
Hello, I'm novice to git. I installed the windows 64 bit version and opened the git command window. Typed as the instructions say: git config --global user.name "xyz" then: git clone url folder and got: fatal: unable to access 'url': The requested URL returned error: 500 what am I doping wrong? Th