摘要: 1.当我们成功安装git后,首先要做的就是配置我们的用户名以及邮箱: git config global user.name "xxx" git config global user.email "xxx@xxx.com" 2.对于git远程库的访问有两种访问协议,一种是https协议。另一种是ss 阅读全文
posted @ 2019-04-27 21:42 BingoJ 阅读(246) 评论(0) 推荐(0) 编辑