unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
358 stars 157 forks source link

Tests failing: repository 'https://github.com/unitaryfund/mitiq/' not found #177

Closed rmlarose closed 4 years ago

rmlarose commented 4 years ago

Might be related to #176 but I'm not sure.

Tests are failing on PRs at actions/checkout@v2 with

##[error]fatal: repository 'https://github.com/unitaryfund/mitiq/' not found 43
##[error]The process '/usr/bin/git' failed with exit code 128

See this PR or this PR.

@willzeng @nathanshammah any ideas what's going on?

rmlarose commented 4 years ago

Looks like this was due to GitHub going down. Other private repos had the same issue:

https://github.com/actions/checkout/issues/254

willzeng commented 4 years ago

Got it. Thanks for the update