I just created a new github account and then installed GitHub on my Windows 7.
I tried to use my comand line but when I type git
says
git is not recognized as an internal or external command.
I checked the PATH and it is C:\Users\me\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff3I
can find a cmd
folder in that path.
But, anyway, to avoid the hash I started using Git Shell. When I try to do git push
I get
Warning: Permanently added 'github.com,192.30.252.128' (RSA) to the list of know
n hosts.
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I authenticated to gitHub. I also generated SSH keys but when I tried to add it to the SSH keys in my account in gitHub.com I got Key is already in use
.
So, I have no clue what is going on. I did my best, please help me.
Thanks