github
panyingzeng
这个作者很懒,什么都没留下…
展开
-
使用git上传本地代码/项目遇过的一些坑
lz的笔记本是联想G40-80,win10系统1、登陆git,敲入git.init出现:bash:git:command not found解决办法:关闭git,重新打开2、敲入git push origin master 出现:fatal:HttpRequestException encountered解决办法:进入https://github.com/Microsoft/G...原创 2020-03-19 23:02:14 · 374 阅读 · 0 评论 -
$git push origin master 出现 everything up -to-date
lz今天用git将本地代码传到github上去,一步步的代码如下:1.登陆账号密码:git config --global user.email "you@example.com"git config --global user.name "Your Name"2.产生密钥对:$ssh -keygen -t rsa -C "youreamil@youremail.com",gith...原创 2020-03-19 19:35:30 · 3920 阅读 · 0 评论