On Sat, 2011-04-30 at 15:27 +0200, Tyron Madlener wrote:
I tried to pull it to my repos on repo.or.cz but it doesn't accept my user name and password. Set I set up a push account for me though, and typed in my public key. The (Windows)-git-commit-tool-gui shows me the same public key. After I checked out the code, I've added my repos with the command 'git remote add tyronm ssh://repo.or.cz/srv/git/phpmyadmin/tyronm.git' then trying to pull via 'git pull tyronm'. Anyone know what I'm doing wrong?
Thanks in advance.
I can't exactly understand your explanation of the problem, but you should pull via 'http' or 'git' protocols and push via 'ssh'. Maybe that's it?
Rouslan