随笔分类 -  Git

摘要:$ sed -i "s/devicedemo/device/g" `grep devicedemo -rl ./` sed: 1: ".//.coveragerc": invalid command code . $ sed -i " " 's/devicedemo/device/g' `grep 阅读全文
posted @ 2017-01-18 16:50 开心星 阅读(829) 评论(0) 推荐(0)
摘要:1) fatal: remote origin already exists. 解决办法..$ git remote add origin git@git.*.com:tang/comment_server.git..$ git push -u origin mastergit@git.*.com'... 阅读全文
posted @ 2015-08-04 12:47 开心星 阅读(1565) 评论(0) 推荐(0)