zoukankan      html  css  js  c++  java
  • 大服务器:Failed to connect to 127.0.0.1 port 8888: 拒绝连接

    运行准备

    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ sudo -s
    [sudo] star 的密码: 
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# service network-manager restart
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# 
    root@xmatrix:~# cat ~/.bashrc
    
    urcaffe2rootdir/caffe2/build
    #echo $LD_LIBRARY_PATH
    export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
    
    
    #取消代理  2021-01-21  12:58:00
    unset http_proxy
    unset https_proxy

    root@xmatrix:
    ~# root@xmatrix:~# root@xmatrix:~# root@xmatrix:~# root@xmatrix:~#
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ env|grep -i proxy
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ export http_proxy=''
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ export https_proxy=''
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ env|grep -I proxy
    http_proxy=
    https_proxy=
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ git config --global --unset http.proxy
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ git config --global --unset https.proxy
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ 

    解决此错误

    (wind_202103) star@xmatrix:~/DFF_2021$ 
    (wind_202103) star@xmatrix:~/DFF_2021$ 
    (wind_202103) star@xmatrix:~/DFF_2021$ 
    (wind_202103) star@xmatrix:~/DFF_2021$ git clone https://github.com/Lavender105/DFF.git
    正克隆到 'DFF'...
    fatal: unable to access 'https://github.com/Lavender105/DFF.git/': Failed to connect to 127.0.0.1 port 8888: 拒绝连接
    (wind_202103) star@xmatrix:~/DFF_2021$ 
    (wind_202103) star@xmatrix:~/DFF_2021$ 
    (wind_202103) star@xmatrix:~/DFF_2021$ 
    (wind_202103) star@xmatrix:~/DFF_2021$ 

    参考:https://blog.csdn.net/weixin_41010198/article/details/87929622

    QQ 3087438119
  • 相关阅读:
    csuoj 1355: 地雷清除计划
    Task 6.4 冲刺Two之站立会议3
    Task 10 统计从1到某个整数之间出现的1的次数
    Task 6.3 冲刺Two之站立会议2
    Task 9 从用户界面和体验分析“360极速浏览器”
    Task 6.3 冲刺Two之站立会议1
    《程序员开发心理学》阅读笔记一
    Task 6.2冲刺会议十 /2015-5-23
    Task 6.2冲刺会议九 /2015-5-22
    Task 6.2冲刺会议八 /2015-5-21
  • 原文地址:https://www.cnblogs.com/herd/p/14307441.html
Copyright © 2011-2022 走看看