Skip to content

Instantly share code, notes, and snippets.

Created May 5, 2011 16:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/957386 to your computer and use it in GitHub Desktop.
Problem remote configs
[remote "origin_ssh"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = ssh://user@host:port/path/to/repo.git
[remote "origin_ftp"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = ftp://user:pass@host/path/to/repo.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment