search for: clonegit

Displaying 2 results from an estimated 2 matches for "clonegit".

Did you mean: clogit
2019 Jul 14
2
R-Forge > GitHub?
...????? Thanks so much for your help. > > > ????? Now your "git push -u origin master" was "![rejected]", after > creating a new SSH and after your "git clone" and other "git remote > rename ..." commands seemed to work: > > > $ git clonegit at github.com:joshuaulrich/tmp-ecfun.git Ecdat > # Cloning into 'Ecdat'...<snip> done. > > $ cd Ecdat/ > $ git remote rename origin tmp > $ git remote add originhttps://github.com/sbgraves237/Ecdat > $ git push -u origin master > #[Username & password OK] &gt...
2019 Jul 01
2
R-Forge > GitHub?
Apparently you created id_rsa key pair with a passphrase. Passphrase is like an additional password protection layer on your ssh key. I don't know how did you create it. But you can always create a new one (you should delete the old one before you create a new one) using the shell command 'ssh-keygen'. It asks for a passphrase, just push enter for an empty passphrase (twice). You