Have I been blocked from Query-ing tags from blender's git?

Hello community,

I have been trying to maintain a Python script that builds Blender into a Python module.

To figure out which version of Blender I need, I typically query and match tag version strings from svn and git.

However, tonight I had an idea and got to coding. Now, in testing, I am getting the following with no resolution in sight:

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I query the svcs both very frequently in my testing and traverse the trees of both git and svn remotely. I am wondering if I have somehow been flagged as I may have passed some limit but I can’t find what the limit might be.

Could someone let me know if I have done something wrong? Much appreciated in advance.

Still having the problem? There was some server maintenance going on earlier.

If so, it might help to know exactly what you are doing.

1 Like

Ah, Not having the issue anymore.

Sorry for any noise!