摘要: git多账号登陆问题 设置git全局记住密码: 设置git自己项目记住密码: 1. cd 你的项目路径 2. git config credential.helper store 设置git全局设置: git config --global user.name "your_name" git con 阅读全文
posted @ 2016-01-24 01:30 托马斯布莱克 阅读(8952) 评论(0) 推荐(1) 编辑
摘要: 快速搞定 1.git init #初始化本地仓库 2.git remote add origin https://git.oschina.net/redArmy/springboot-swagger2.git(或则 git:git的地址) #关联本地仓库到远程仓库 3. git add * #添加要 阅读全文
posted @ 2016-01-24 01:26 托马斯布莱克 阅读(10974) 评论(1) 推荐(0) 编辑