4

强制替换git clone 通过https或git

 7 months ago
source link: https://zhangyiming748.github.io/post/Force_git_to_use_https_instead_of_git/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

强制替换git clone 通过https或git

2024-01-24 Github Git

# npm using https for git
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
# npm using git for https
git config --global url."[email protected]:".insteadOf https://github.com/
git config --global url."git://".insteadOf https://

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK