随笔分类 -  朝花夕拾_git

摘要:windows:git下载地址:https://git-for-windows.github.io/安装完成后,输入命令行做最后一步设置:$ git config --global user.name "Your Name"$ git config --global user.email "emai... 阅读全文
posted @ 2015-10-25 21:50 雨神_YuShen 阅读(181) 评论(0) 推荐(0)
摘要:在新的电脑设备获取远程库的数据时,提示以下错误:Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rights... 阅读全文
posted @ 2015-10-20 13:16 雨神_YuShen 阅读(160) 评论(0) 推荐(0)
摘要:创建库时的注意事项:打开git-bash,输入命令$ mkdir learngit创建版本库时,默认选择在git安装路径上的根目录下创建learngit文件夹。若想自定义在某盘上,则使用cd命令进入后再输入创建版本库的命令fatal: pathspec 'readme.txt' did not ma... 阅读全文
posted @ 2015-10-17 17:21 雨神_YuShen 阅读(1787) 评论(0) 推荐(0)