archimatetool / archi-modelrepository-plugin

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

Working with a public Git repository #103

Closed stuartmaxwell closed 3 years ago

stuartmaxwell commented 5 years ago

I have a public git repository on a private Bitbucket server that is accessed over HTTPS but does not require credentials to read or write. If I try to access the repository without entering HTTP credentials, I get an error saying "Wrong Credentials".

Phillipus commented 5 years ago

If you use any user name and password does it work?

@jbsarrodie I'm not sure how this situation is handled normally? Perhaps credentials could be an option. I have no repo to test like this.

Phillipus commented 5 years ago

Actually I can see that this happens when Cloning a repo for the first time. An empty username or password will trigger this message. I can remove that check for the next version, but you could try putting any username and password in there for now.

stuartmaxwell commented 5 years ago

Thanks for the quick responses - I'll try that on Monday and will report back.