hedongcun
V2EX  ›  问与答

GitHub Desktop 克隆失败如何解决

  •  
  •   hedongcun · Nov 30, 2019 · 960 views
    This topic created in 2364 days ago, the information mentioned may be changed or developed.
    • 很久以前使用小飞机,在终端里输入下面代码可解决克隆到本地速度慢问题。
    • Mac 小飞机里的地址和端口是 127.0.0.1:1086
    git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
    git config --global https.https://github.com.proxy socks5://127.0.0.1:1086
    
    • 之后改为使用路由器了,今天打开 GitHub Desktop 发现不能克隆了,提示下图信息:

    • 请问 86U 路由器如何设置 Socks5 地址和端口,或者如何恢复到没输入上述代码前的状态?
    6 replies    2019-11-30 21:21:19 +08:00
    EridanusSora
        1
    EridanusSora  
       Nov 30, 2019 via Android   ❤️ 1
    git config --global --unset
    lostberryzz
        2
    lostberryzz  
       Nov 30, 2019   ❤️ 1
    git config --global --unset http.https://github.com.proxy socks5://127.0.0.1:1086
    git config --global --unset https.https://github.com.proxy socks5://127.0.0.1:1086
    hedongcun
        3
    hedongcun  
    OP
       Nov 30, 2019
    @EridanusSora 还是不行。
    hedongcun
        4
    hedongcun  
    OP
       Nov 30, 2019
    @lostberryzz 2# 感谢,你的方法可行,解决了。
    tennc
        5
    tennc  
       Nov 30, 2019   ❤️ 1
    sstap
    hedongcun
        6
    hedongcun  
    OP
       Nov 30, 2019
    @tennc 感谢解答,已解决了哈
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1578 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 47ms · UTC 16:35 · PVG 00:35 · LAX 09:35 · JFK 12:35
    ♥ Do have faith in what you're doing.