Solution: step 1. try this command in cmd to find out my proxy. reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" | find /i "proxyserver" step 2. set the proxy information find out in git command. git config --global http.proxy http[s]://userName(encoded):password(encoded)@proxyaddress:port done!
-
Notifications
You must be signed in to change notification settings - Fork 0
goto99/fluent_python
About
learn python from Fluent Python by Luciano Ramalho
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published