VS Code 安装设置及GitHub同步

缺少pip命令:

sudo apt-get update
sudo apt-get install python3-pip

pip永久换源:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple aliyun-python-sdk-alidns

git添加用户名及邮箱:

git config --global user.email "feiyihx@gmail.com"
git config --global user.name "HugoXu"

git 报错:fatal: No configured push destination

git remote add origin https://github.com//**/*.get