git
HonGL54
前端
展开
-
git Failed to connect to xxxxx Timed out
解决办法: git config --global --unset http.proxy原创 2019-12-11 09:53:55 · 776 阅读 · 0 评论 -
Git提交步骤
安装git https://git-scm.com/downloads 配置用户 git config --global user.name “Your Name” git config --global user.email “email@example.com” 创建SSH Key ssh-keygen -t rsa -C “youremail@example.com” 在用户主...原创 2019-09-04 09:09:06 · 223 阅读 · 0 评论