Hi,
After having imported a project from the BPM Suite GIT repository, I have modified it and have comitted the modifications. No, in JBDS, I try to pussh upstream these modifications to origin but the operation fails raising the following:
git://localhost:9418/repository2: push not permitted
There is no any other additional information. The EGit plugin is correctly installed, of course, as I'm able to import from Git. Any suggestion ?
Many thanks in advance,
Nicolas
Hi,
To push changes into server repository you have to use SSH protocol. Try with below url
~~~
ssh://user@localhost:8001/repositoryName
~~~