关于环境 - chris-wangkk/myWiki GitHub Wiki

  1. 代理环境变量设置
    export http_proxy=http://proxyAddress:port
    export https_proxy=http://proxyAddress:port
    或者
    export all_proxy=http://proxyAddress:port

#vscode
远程访问
(1)安装 ssh remote
(2)设置 connect to Host:
增加远端服务器配置
(3)免密登录
本地生成非对称密钥,并将公钥id_rsa.pub 传至远端服务器,并将数据保存至~/.ssh/authorized_keys
(4)登录吧~~

⚠️ **GitHub.com Fallback** ⚠️