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. You probably want to setup a different remote if you want to push to a different URL than you are fetching from. Hth, Dscho - 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