Git使用经验

  1. Unable to access ‘https://github.com仓库.git/‘: OpenSSL SSL_read: Connection was reset, errno 10054

    1. git config --global http.sslVerify false
      git config --global --unset http.proxy
      git config --global --unset https.proxy

       

    2. Git使用经验

       

       

        
上一篇:centos7安装java8


下一篇:CentOS下安装jdk1.8