archimatetool / archi-modelrepository-plugin

coArchi - a plug-in to share and collaborate on Archi models.
153 stars 52 forks source link

Error during publish #76

Closed WayneCBarker closed 5 years ago

WayneCBarker commented 5 years ago

Hi, I am trying to setup a collaboration environment between me and another architect.

We are using Archi 4.3 Build 201809101333 and plugin org.archicontribs.modelrepository_0.3.6.201809112225.

I can pull fine from github. When I publish and the other guy tries to refresh it works 100% until he tries to publish then he gets the same error again.

We deleted his local repository and did a fresh get but got the error again.

See the attached image.

btw - What is the difference between commit and publish?

3597f131

Phillipus commented 5 years ago

It could be a number of things, including connection problems, or proxy settings. Unfortunately, the error message reported by the JGit library doesn't help. Is he able to connect and download the repo initially?

WayneCBarker commented 5 years ago

Yes he can connect and download fine.

I adjusted my message above as he can informed to me he can refresh just fine. Its the publish. How can we start to trace this error?

Phillipus commented 5 years ago

Does he have write access permissions to the repo? Are username/password correct?

btw - What is the difference between commit and publish?

"Commit" is a local action where changes are recorded in a revision (same as git commit). "Publish" is essentially a git pull followed by a git push to the remote repo.

WayneCBarker commented 5 years ago

Ok thanks, I had to make the other guy an owner and that resolved it.

Phillipus commented 5 years ago

Closed as sorted