Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Last active August 29, 2015 14:14
Show Gist options
  • Save cointoss1973/6424ef080ed0a67e5b8f to your computer and use it in GitHub Desktop.
Save cointoss1973/6424ef080ed0a67e5b8f to your computer and use it in GitHub Desktop.
既存のリポジトリを GitHub に 登録する (proxy 越し) ref: http://qiita.com/cointoss1973/items/805def609456a5ceea5d
$ git remote add origin https://github.com/username/reponame.git
$ git config remote.origin.proxy http://company.proxy.com:8080
$ git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment