← Continue Reading
error: The requested URL returned error: 401 Unauthorized while accessing
在使用git pull、git push、git clone会报类似如下的错误:
error: The requested URL returned error: 401 Unauthorized while accessing https://git...
← Continue Reading
warning: LF will be replaced by CRLF问题解决方法
git crlf rails
开发环境:
操作系统: windows xp
ruby 1.9.2
rails 3.1.3
git version 1.7.8.msysgit.0
问题描述:
启动GIT:
新建了一个rails工程
Ruby代码 收藏代码
$ rails new blog
当切换到blog目录下执...
← Continue Reading
Github上传代码菜鸟超详细教程
02 Feb 2016
最近需要将课设代码上传到Github上,之前只是用来fork别人的代码。
这篇文章写得是windows下的使用方法。
第一步:创建Github新账户
第二步:新建仓库
第三部:填写名称,简介(可选),勾选Initialize this repository with a README选项,这是自动创建REAMDE.md文件,省的你再...
← Continue Reading
最近需要将课设代码上传到Github上,之前只是用来fork别人的代码。
这篇文章写得是windows下的使用方法。
第一步:创建Github新账户
第二步:新建仓库
第三部:填写名称,简介(可选),勾选Initialize this repository with a README选项,这是自动创建REAMDE.md文件,省的你再创建。
第四步:安装Github shell程序,地址:htt...
2015.05.6
[GIT] warning: LF will be replaced by CRLF问题解决方法已关闭评论
← Continue Reading
开发环境:
操作系统: windows xp
ruby 1.9.2
rails 3.1.3
git version 1.7.8.msysgit.0
问题描述:
启动GIT:
新建了一个rails工程
Ruby代码
$ rails new blog
当切换到blog目录下执行
 ...