Last active
August 29, 2015 14:14
-
-
Save cointoss1973/6424ef080ed0a67e5b8f to your computer and use it in GitHub Desktop.
既存のリポジトリを GitHub に 登録する (proxy 越し) ref: http://qiita.com/cointoss1973/items/805def609456a5ceea5d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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