pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

Cargo can't reach github.com when installing dependencies #104

Closed r0x0d closed 2 years ago

r0x0d commented 2 years ago

Bumped into this issue today. As it seems, Cargo can't reach github.com when downloading dependencies.

This is the log run from pre-commit.ci: https://results.pre-commit.ci/run/github/440149929/1640205130.QDf9S0_ZS_-erKLha6eEMQ

In another time, I've bumped into another issue when installing dependencies with cargo:

but this was easily solved by adding those 2 lines in my configuration:

asottile commented 2 years ago

installation is only allowed at install time and not at run time

asottile commented 2 years ago

see also #29

jpmckinney commented 1 year ago

@r0x0d Your repository is either private or deleted. What two lines did you add to your configuration to avoid the error?