Current location - Recipe Complete Network - Complete cookbook - Github agent
Github agent
The use of Github has never been realized, and now you need to manually configure the proxy. This failure made me relearn how to configure github proxy.

Try to modify it like this

Try to modify it like this

After the modification, there is still the same error. It depends on the agency. . . , you need to modify the hosts file.

Hosts is located in the path of windows: C: \ Windows \ System32 \ Drivers \ etc. First, you need to get three IP addresses: the reference file.

Github.com's ip address, get the connection:. ipaddress.com/.

Github.global.ssl.fastly.net address acquisition, connection:/github.global.ssl.fastly.net # ipinfo

Assets-cdn.github.com address acquisition, link:.

According to the above address, add the following configuration to the Hosts file:

Then use git push -u origin Main to successfully push the project to Github official website ~