Fetch works as normal, but PULL does not:
git -c diff.mnemonicprefix=false -c core.quotepath=false svn rebase There is no tracking information for the current branch. Please specify which branch you want to rebase against. See git-rebase(1) for details git rebase <branch> If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=<remote>/<branch> master rebase refs/remotes/origin/trunk: command returned error: 1 Completed with errors, see above.