摘要:
创建SSH Key: 参考:https://blog.csdn.net/weixin_30345055/article/details/95139358 在用户目录下,看看有没有.ssh文件夹,如果有,再看看这个文件夹里有没有id_rsa和id_rsa.pub这两个文件夹, 若也有,则登录GitHu 阅读全文
posted @ 2020-02-24 18:50
溶洞
阅读(254)
评论(0)
推荐(0)
摘要:
注意:仓库只有管理员建的你才有权限上传,不然自己建的也没用,没权限上传 1、远程仓库路径查询 git remote -v 2、添加远程仓库 git remote add origin <你的项目地址> //注:项目地址形式为:https://gitee.com/xxx/xxx.git或者 git@g 阅读全文
posted @ 2020-02-24 18:06
溶洞
阅读(285)
评论(0)
推荐(0)
摘要:
一.git版本控制原理 master(主分支), develop(分支),虽然是主分支和分支,却是平级关系,develop可以理解为开发库,master为生产库。 本地版本:master, develop GitHub上: master, develop 1.gitHub上master版本拉取代码到 阅读全文
posted @ 2020-02-24 17:52
溶洞
阅读(4403)
评论(0)
推荐(0)
摘要:
Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity.Omit --global to 阅读全文
posted @ 2020-02-24 17:05
溶洞
阅读(782)
评论(0)
推荐(0)

浙公网安备 33010602011771号