随笔分类 - git
摘要:git config --global http.sslVerify true
阅读全文
摘要:常用:in:name example 名字中有“example”in:readme example readme中有“example”in:description example 描述中有“example”stars:>1000 star>1000forks:>1000 fork>1000pushe
阅读全文
摘要:1.通过命令窗口 a.打开你的git bash 窗口 b.进入.ssh目录:cd ~/.ssh c.找到id_rsa.pub文件:ls d.查看公钥:cat id_rsa.pub 或者vim id_rsa.pub 2.或者你也可以直接输入命令 :cat ~/.ssh/id_rsa.pub 3.或者你
阅读全文
摘要:下载安装git(已省略安装步骤) https://git-scm.com/downloads 注册账号 GitHub : https://github.com/ 码云:https://gitee.com/ 设置仓库 在合适的位置创建一个空文件夹,然后鼠标右键点击git bash here或者cmd都
阅读全文