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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -