搜尋

首頁  >  問答  >  主體

sublime-text3 - sublimegit插件如何設定帳號密碼?

剛用到osx,還沒上手有點不習慣,IDE也改用成 Sublime Text 3,
目前用的 https://sublimegit.net 這個插件,但是在git:remote 的時候提示:

fatal: could not read Username for 'https://coding.net': Device not configured

請問怎麼解決這個問題,謝謝!

巴扎黑巴扎黑2807 天前916

全部回覆(1)我來回復

  • 世界只因有你

    世界只因有你2017-04-28 09:08:30

    插件得在你的git初始化了這個目錄才行。他這樣的原因就是沒有找到目前路徑裡的git資料夾,這個資料夾裡有遠端的位址。

    git remote add origin ssh://git@localhost:10022/limichange/asdfasdf.git
    

    回覆
    0
  • 取消回覆