Configure the github global property http.proxy:
git config --global http.proxy http://host:portAccess your git repository through the http protocol. For public repositories it's
git clone http://github.com/username/project.gitAnd for private repositories, use the following command (you'll be prompted for your password):
git clone https://username@github.com/username/project.gitIf you want to push your changes to your github account, you have to change the URL for your remotes and use the same format as specified above.
Aucun commentaire:
Enregistrer un commentaire