84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
刚用到osx,还没上手有点不习惯,IDE也改用成 Sublime Text 3,目前用的 https://sublimegit.net 这个插件,但是在git:remote 的时候提示:
fatal: could not read Username for 'https://coding.net': Device not configured
请问怎么解决这个问题,谢谢!
插件得在你的git初始化了这个目录才行。他这样的原因就是没有找到当前路径里的git文件夹,这个文件夹里有远程的地址。
git remote add origin ssh://git@localhost:10022/limichange/asdfasdf.git
插件得在你的git初始化了这个目录才行。他这样的原因就是没有找到当前路径里的git文件夹,这个文件夹里有远程的地址。