intellij idea - Run git command without sudo doesn't work on applications -
i have problem git... application(intellij, smartgit, sts) when run git command without sudo doesn't work... can't push or pull branches. intellij vcs run git commands without sudo , can't integrate repository.
intellij command line:
[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 jnieto: password 'http://jonatan@localhost:17990': up-to-date
thanks all, jonatan.
Comments
Post a Comment