I setup a bitbucket server on a 2012r2 VM.
I can successfully clone, push, commit from the Git command line.
After reading this blogpost written by Luis Navarro (Embarcadero), I thought this was going to be an easy setup.
However, whenever I try to clone a project, I get the following error message:
The weird thing is I chose to access http://MYURL.org/scm/waaad/vcl.git but it automatically changed to https instead.
Also, when I try use SSH instead, the error stays the same but gets displayed in a MessageBox instead:
Grabbing sources from e.g. https://github.com/project-jedi/jvcl.git works fine.
Has anyone with a local installation of a Git repository encountered the same problems?
Are there any alternative Git implementations other then the default one by Embarcadero?
Edit:
Based on Rob Kennedy's comment i changed the Git-Option exectuable to:
The SSL-error is gone now but it still can't clone because:
Is there any way to stop it automatically changing the http to https? I think thats the reason it can't locate the repository.