美文网首页
国内网络访问Github资源偏慢解决方法

国内网络访问Github资源偏慢解决方法

作者: 昊囧 | 来源:发表于2019-07-16 22:56 被阅读0次

    查阅到的方法有两个

    C语言里的函数 `scanf()` 怎么使用?

    ```objc

    #import<UIKit/UIKit.h>

    @interfaceAppDelegate:UIResponder

    @property(strong,nonatomic)UIWindow*window;

    @end

    ```

    1.对于具体的Terminal

    `export http_proxy=http://proxyAddress:port`

    2.如果需要GitHub Clone下载工程时

       2.1配置gitconfig文件

      2.2设置HTTP和HTTPS代理

    参考链接:

    1.第一种方法直接配置Terminal

    2.第二种方法配置Git

    相关文章

      网友评论

          本文标题:国内网络访问Github资源偏慢解决方法

          本文链接:https://www.haomeiwen.com/subject/xyruhttx.html