剛用到osx,還沒上手有點不習慣,IDE也改用成 Sublime Text 3,
目前用的 https://sublimegit.net 這個插件,但是在git:remote 的時候提示:
fatal: could not read Username for 'https://coding.net': Device not configured
請問怎麼解決這個問題,謝謝!
世界只因有你2017-04-28 09:08:30
插件得在你的git初始化了這個目錄才行。他這樣的原因就是沒有找到目前路徑裡的git資料夾,這個資料夾裡有遠端的位址。
git remote add origin ssh://git@localhost:10022/limichange/asdfasdf.git