You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Reproduce steps:
using the following Vagrantfile changes
Add
192.168.50.10 stash-centos-http
to/etc/hosts
And run
vagrant up centos6
Create a repo on
https://stash-centos-http
When you do a
git clone -c http.sslVerify=false https://lincoln@stash-centos-http/scm/test/test.git
It will give you
fatal: Authentication failed for 'https://lincoln@stash-centos-http/scm/test/test.git/'
But when I did a revert on webapp.conf.erb
Then git clone works perfectly.
Affected features:
All API required auth and git operation which use http protocol.
It is related to #36
The text was updated successfully, but these errors were encountered: