Johannes Schindelin wrote: > Hi, > > On Wed, 7 Nov 2007, James wrote: > >> fetch = +refs/heads/*:refs/remotes/origin/* > > This is a refspec. > >> push = ssh://james@xxxxxxxxxxxxx/home/james/scm/git/project.git/ > > This is a URL. It does not specify any refs. But "push =" expects a URL. I think Johannes meant to say "But 'push =' expects a refspec." (the manpage even says so). About your problem: If you want to pull from a git:// repository and push to another with ssh:// (or in general when having two different repositories for pushing and fetching) in my novice understanding you would need two remotes. In your case, can't you just use your ssh-url for fetching as well? Regards, Jojo -- Johannes Gilger <heipei@xxxxxxxxxxxx> http://hackvalue.de/heipei/ GPG-Key: 0x42F6DE81 GPG-Fingerprint: BB49 F967 775E BB52 3A81 882C 58EE B178 42F6 DE81 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html