
git
黄成科
做一个快乐的码农
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git No remote repository specified
git pull代码时候出现,或者push代码无效 fatal: No remote repository specified. Please, specify either a URL or a remote name from which new revisions should be fetched. 解决找到本地仓库项目里面的 .git文件夹,找到原创 2016-01-06 12:39:08 · 17249 阅读 · 1 评论 -
github配置密钥
我们在githob创建项目后,本地使用git 克隆代码 需要在githob配置密钥,才可以 步骤: 下载git,进行安装,安装好后。点击桌面,右键,选择》》git bash 在弹出的黑框口里面输入 ssh-keygen -t rsa -C 你的邮箱 比如 :ssh-keygen -t rsa -C [email protected] 然后一直回车,就行了 最后得到如图原创 2016-02-25 13:59:46 · 21075 阅读 · 3 评论