我遇到git的问题...来自任何应用程序(Intellij,SmartGit,STS)在没有sudo的情况下运行git命令时没有工作...我无法推或拉分支。带有VCS的Intellij运行没有sudo的git命令,无法与我的存储库集成。
Intellij命令行:
[jnieto@localhost apiconsola]$ git push origin API#test
fatal: repository 'http://jonatan@localhost:17990/scm/cnt/apiconsola.git/' not found
[jnieto@localhost apiconsola]$ sudo git push origin API#test
[sudo] password for jnieto:
Password for 'http://jonatan@localhost:17990':
Everything up-to-date
谢谢大家, 了Jonatan。