摘要:
1. 新建空文件夹,在git bash中执行以下命令,下拉git最新代码; git clone https://xx, 若只是更新代码,则执行git pull 相当于将远程的代码下载到本地,与你本地的代码合并 git pull 2. 查看本地代码状态,是否有待提交的代码,红色字体显示的是修改过的文件 阅读全文
摘要:
出现多次使用pip安装包时提示以下报错: ERROR: Could not find a version that satisfies the requirement <package> (from versions: none)ERROR: No matching distribution fou 阅读全文