Carl Marshall

Results 7 comments of Carl Marshall

Just installed via HomeBrew (`git-lfs--3.0.2.monterey.bottle.tar.gz`) and am hitting this problem also. Existing Git repos are working fine, but the new git+lfs repo I'm testing (against an internal GitLab hosted base...

> Do you have any SSL settings in `git config -l --show-origin`? If so, does removing those help? If not, does setting `http.sslCAInfo` to an appropriate value work? No specific...

I can also confirm that the push process works fine if `git config http.sslVerify "false"`, so I don't think there's a problem with either the server or the local transfer...

Can confirm, is hard - side note of this as I'm presently reimplementing our solution to this: https://github.com/google/docsy/discussions/552#discussioncomment-8465310 We haven't added "extra" colours yet to the range (though we'd like...

I'm having the same problem in so much as attempting to integration PageFind 1.4 as a search engine for the Relearn Hugo theme, and it has built in use of...

I'm not sure I'm following your logic on the missing cert, but I also think I'm missing some understanding on how poetry is expecting certificates to be presented to it....

Fixed it! provided the clue here. Following on from the `certifi` install I did for the base python3 homebrew install, adding: ``` CERT_PATH=$(python3 -m certifi) export SSL_CERT_FILE=${CERT_PATH} export REQUESTS_CA_BUNDLE=${CERT_PATH} ```...