Re: [git-users] Git 2.0

2014-07-02 Thread Konstantin Khomoutov
On Tue, 1 Jul 2014 17:45:34 -0500 Joanna Wilkinson joanna...@gmail.com wrote: [...] I typed in: git clone [your-repository.git] And I get this error: fatal: repository '[your-repository.git]' does not exist You are not supposed to type the literal string [your-repository.git]

Re: [git-users] Git 2.0

2014-07-02 Thread Dale R. Worley
From: Konstantin Khomoutov flatw...@users.sourceforge.net Just please keep in mind that when you ask technical-savvy folks for help, do try to provide precise details of your problems. We're not magicians of wizards: we take the description of a problem, apply our knowledge to it and

[git-users] Git 2.0

2014-07-01 Thread Joanna Wilkinson
I have downloaded the latest version of Git. This is also my first time ever downloading Git, but I am running into some issues. First of all, my Mac had trouble opening the application at first for security reasons but I got around that. But, then I tried following the steps on a tutorial I

Re: [git-users] Git 2.0

2014-07-01 Thread Joanna Wilkinson
I get this error in the terminal: fatal: repository '[your-repository.git]' does not exist On Tue, Jul 1, 2014 at 9:38 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Mon, 30 Jun 2014 21:15:49 -0700 (PDT) Joanna Wilkinson joanna...@gmail.com wrote: I have downloaded the

Re: [git-users] Git 2.0

2014-07-01 Thread Paul Smith
On Tue, 2014-07-01 at 15:35 -0500, Joanna Wilkinson wrote: I get this error in the terminal: fatal: repository '[your-repository.git]' does not exist You missed the first item in Konstantin's reply: I mean, what exact action you carry out with Git Without knowing what command you

Re: [git-users] Git 2.0

2014-07-01 Thread Joanna Wilkinson
I'm sorry, this is my first time using this. I am just following the instructions seen here: http://developers.squarespace.com/using-git/ I typed in: git clone [your-repository.git] And I get this error: fatal: repository '[your-repository.git]' does not exist On Tue, Jul 1, 2014 at 4:10 PM,

Re: [git-users] Git 2.0

2014-07-01 Thread Paul Smith
On Tue, 2014-07-01 at 16:15 -0500, Joanna Wilkinson wrote: I'm sorry, this is my first time using this. I am just following the instructions seen here: http://developers.squarespace.com/using-git/ I typed in: git clone [your-repository.git] And I get this error: fatal: repository

Re: [git-users] Git 2.0

2014-07-01 Thread Joanna Wilkinson
Oh I get it! I feel stupid. Ok, thanks. Joanna Wilkinson joanna...@gmail.com On Jul 1, 2014, at 4:55 PM, Paul Smith p...@mad-scientist.net wrote: On Tue, 2014-07-01 at 16:15 -0500, Joanna Wilkinson wrote: I'm sorry, this is my first time using this. I am just following the instructions