随笔分类 - Git & Github
摘要:Git常用操作: Workspace:工作区 Index / Stage:暂存区 Repository:仓库区(或本地仓库) Remote:远程仓库 Ubuntu安装git: sudo apt update sudo apt install git 将本地代码上传到 github: 法一:(新建工程
阅读全文
摘要:Git 代理设置 问题:git clone 太慢,甚至有时 git push 都不行 解决方案: 1 全局代理设置 git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy https:/
阅读全文

浙公网安备 33010602011771号