Replies: 1 comment 3 replies
-
Your logs include this warning:
And it links to here: https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/netconfig.md#tls-verification Your cache server must have a self-signed certificate, which can be dangerous. However, there are details in that document about how to work around that issue. The best approach is to use a more secure certificate for your HTTPS traffic. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
we are using the Azure Devops Server 2020.1.1 configured as a Proxy and running the GVFS Cache Maintenance Service (version 18.181.316262.1). My repo is cached to ../_fileCache/proxy/gfvc/RepoId from the main server successfully. The maintenance.log shows that the fetching was successful and the repo is ready.
However, when trying to clone with "scalar clone http://xxxx/RepoName --cache-server-url=http://proxyurl/RepoID" I get:
' gvfs-helper error: '(http:401) Not Authorized'
I am running git scalar 2.33.vfs.0.0. on the client
Here is the log file with GIT_TRACE2_PERF=1 and GIT_CURL_VERBOSE=1
GIT_TRACE2_PERF_CURL_VERBOSE_Log.txt
I would appreciate any help to solve this problem.
Best regards,
Stephan
Beta Was this translation helpful? Give feedback.
All reactions