Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-test

git from beginner to master

git pull or push error

unable to access 'https://github.com/bdxdh/git-test.git/': Failed to connect to github.com port 443 after 21103 ms: Couldn't connect to server

  • set proxy

git config --global http.proxy 127.0.0.1:7890

git config --global https.proxy 127.0.0.1:7890

img.png

  • unset proxy

git config --global --unset http.proxy

git config --global --unset https.proxy

About

git面试题和常见操作

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages