I have a script that gets kicked off during an action that installs some packages for a custom OpenLDAP configuration. Just today I started to get this error when running apt:
I added “|| exit 0” to my apt-get update command which is allowing my workflow to work.
obviously, that won’t help if you depend on the particular repository that’s failing but it should help in some cases until the underlying issue is resolved.
Same here - this seems to me to be the perfect example of why you should always run your jobs inside a well-defined container instead of inheriting whatever vm github puts you in.
The recent changes that caused this issue have been reverted and individual feeds are being fixed so they can be used again. You can follow the latest status here: https://github.com/dotnet/core/issues/3995. Thank you all again for the patience!