架构之美
架构之美,如蓝图之于建筑师,图画之于画家
github无密码登录设置

每次push pull 都需要输入git密码,原因是使用了https方式 push

在terminal里边 输入  git remote -v ,可以看到形如一下的返回结果:

origin  https://[email protected]/cleey/phppoem.git (fetch)
origin  https://[email protected]/cleey/phppoem.git (push)

下面把它换成ssh方式的:

git remote rm origin
git remote add origin [email protected]:cleey/phppoem.git
git push origin 


关于github开发环境的搭建及无密码登录使用可以参考

/Blog/single/id/760

<< 上一篇 PHP + js 网站跨域处理 php性能分析工具 xhprof 之 pecl安装 下一篇 >>
文章标签
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |