I use KIE Workbench (6.1.0.Beta3) to edit my rules. Since there are some features not being supported by the Workbench yet (e.g. moving rules to other packages), I would like to do this stuff outside of KIE-WB.
For that, I cloned my repository with
git clone git://localhost:9418/my-kie-repository
which works fine. I edit some files, commit them locally and try a git push
afterwards. But I get the error
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Since I am almost certain it is the first issue, something about credentials, I added to the .git/config
file the lines
[credential "git://localhost:9418"]
username = admin
password = admin
Still, I get the previously mentioned error. And yes, the KIE Workbench is still running, I can also fetch/pull from there without problems.
Is there any way how to push back to that KIE Workbench repository? According to this message, one "might need to reconfigure origin", but I am unsure about how to change it.
Anyone an idea how to set this up correctly?
I find the ssh protocol request can deal with the request;
take attention about the user: adminsf1
this user is add by add_user.sh of jboss/bin
Some tips: 1. there is no generating ssh-key and stroing to Guvnor .security directory work :<, i donnot understand what the function of the .security directory form the "org.uberfire.nio.git.ssh.cert.dir: Location of the directory .security where local certtificates will be stored. Default: working directory"
there are no more information exclude one file named hostkey.ser after add users :<
this is what i do not understand ye
good luck