please help me with git set up
i did everything at this link:My link
execpt that i cant understand what key to put in the key notepad in the image 16 from top (the one which requires a key to be put in a notepad under the title)
please help me i want to be a part of some open source projects.
not able to set up git
Page 1 of 17 Replies - 2436 Views - Last Post: 22 October 2011 - 03:56 AM
Replies To: not able to set up git
#2
Re: not able to set up git
Posted 20 October 2011 - 08:42 AM
#3
Re: not able to set up git
Posted 20 October 2011 - 09:09 AM
Assuming you have generated an SSH key (step 3. "Generate a new SSH key.") and followed the steps exactly, then your SSH key is in "Users/<username>/.ssh/id_rsa.pub".
This post has been edited by Aphex19: 20 October 2011 - 09:12 AM
#4
Re: not able to set up git
Posted 20 October 2011 - 09:17 AM
Well, if you've done all the steps up to that point, you can do the following:
That will navigate to your SSH directory then open the id_rsa.pub file in Notepad. Then you can continue the instructions.
cd ~/.ssh notepad id_rsa.pub
That will navigate to your SSH directory then open the id_rsa.pub file in Notepad. Then you can continue the instructions.
#5
Re: not able to set up git
Posted 20 October 2011 - 10:01 AM
thanks a lot for your fast replies friends i was finally able to do this.
#6
Re: not able to set up git
Posted 21 October 2011 - 09:07 AM
please help again i am having trouble in setting up the repository
i did everythin on the linkcreting repo but am getting the following error on the last step:
fatal:remote origin already exists
please help i am new to GITHUB
i did everythin on the linkcreting repo but am getting the following error on the last step:
fatal:remote origin already exists
please help i am new to GITHUB
#7
Re: not able to set up git
Posted 21 October 2011 - 09:12 AM
Well, if you've already added the "origin" remote, then you don't have to worry about adding another one. If you added it incorrectly, you could do something like this:
And then re-do the remote add command.
git remote rm origin
And then re-do the remote add command.
#8
Re: not able to set up git
Posted 22 October 2011 - 03:56 AM
thanks again Curtis Rutland .
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote






|