> > git branch --set-upstream-to=origin/master > > This results in: > fatal: branch 'master' does not exist Try "git fetch origin master". If you get another Permission denied, check the page I linked to earlier and verify that your ~/.ssh/config is correct. -- Benny