Closed
Description
Description of the issue
I have created custom codeql queries and made a package for that. I have made qlpack.yml and it has the dependencies
dependencies:
codeql/cpp-all: “*”
I am using codeql cli version 2.15.4
I enter inside a package and hit the command
codeql pack install
Then I get this error
org.apache.http.impl.execchain.RetryExec execute
Info: Retrying request to {s} -> https://ghcr.io:443
Info: I/O exception(Java.net.SocketException) caught when processing request to {s} -> https://ghcr.io:443: connection reset
A fatal error occurred: could not create credentials for codeql/cpp-all
(eventual cause: SocketException “Connection reset”)