2014年1月12日

git使用

摘要: http://qbaty.iteye.com/blog/865368https://github.comlinux安装1.申请帐号 guanpanpan panpan_001@126.com2.安装:yum install git3.配置git :git config --global user.name "guanpanpan"git config --global user.email "panpan_001@126.com"git config --list4.配置密码ssh-keygen -t rsa -C "panpan_001@12 阅读全文

posted @ 2014-01-12 13:25 关攀攀 阅读(186) 评论(0) 推荐(0)

go语言常见问题

摘要: package github.com/codegangsta/martini: exec: "git": executable file not found in %PATH%解决方法:这个是有与没有安装“git”的环境变量造成的,到http://code.google.com/p/msysgit/downloads/list网站下载并安装。然后再打开GitBash,在GitBash输入gogetXXXX/XXXX/XXXX即可。如果上面不能下下载地址:http://www.oschina.net/p/git装好后打开Git Bash 然后在go get 就可以了go语言集 阅读全文

posted @ 2014-01-12 00:45 关攀攀 阅读(353) 评论(0) 推荐(0)

导航