Projects tigase _server server-core Issues #247
don't clone project uning https (#247)
Won't Fix
Zhigang Liu opened 1 decade ago

command line:

git clone https://repository.tigase.org/git/tigase-server.git

response:

error: while accessing https://repository.tigase.org/git/tigase-server.git/info/refs

command line:

git clone http://repository.tigase.org/git/tigase-server.git

response:

fatal: http://repository.tigase.org/git/tigase-server.git/info/refs not found: did you run git update-server-info on the server?

wojciech.kapcia@tigase.net commented 1 decade ago

We are aware of the issue with cloning repository over https and we are working to resolve it. In the meantime you can set git to ignore SSL certificate validation (either by git config --global http.sslVerify false or @export GIT_SSL_NO_VERIFY=1@).

We do not provide http cloning anymore.

For the feature reference please use forums for such issues.

issue 1 of 1
Type
Task
Priority
Major
Assignee
RedmineID
1582
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#247
Please wait...
Page is in error, reload to recover