suchen

Heim  >  Fragen und Antworten  >  Hauptteil

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 Tage vor911

Antworte allen(1)Ich werde antworten

  • 世界只因有你

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

    插件得在你的git初始化了这个目录才行。他这样的原因就是没有找到当前路径里的git文件夹,这个文件夹里有远程的地址。

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

    Antwort
    0
  • StornierenAntwort