Open Trondtr opened 8 months ago
What happens if you clone using gut
?
I do not know how to clone repositories with gut
, and neither the 2-3 most intuitive commands, nor RTFM gave any result. So so far, I am not in a position to answer that question. But strange it is, since the literally hundreds of other repositories I have cloned all update nicely with gut
. It thus seems logical to search for the error neither in git
nor in gut
programs, but in the 5 culprits. But what do I know.
The gut clone command works for giellalt e.g. gut clone -o giellalt -r lang-fk
, but for both the 6 working and 5 non-working repositories I get the same message. I tried with different versions of regex (with and without ^ and full name).
uit-mac-443 divvungiellatekno $ gut clone -o divvungiellatekno -r ^samarbeid
2024-03-10T16:10:07.324Z DEBUG gut > Arguments: Args { command: Clone(CloneArgs { organisation: Some("divvungiellatekno"), regex: Some(Filter { regex: ^samarbeid }), use_https: false }) }
Error: When fetching repositories
Caused by:
invalid response when fetching repositories
Have you tried again? It could be just a network error. It works for me, so by default I assume it is either the net, or something on your computer.
unexpected http status code: 404
This is the Not found error code. When it comes to GitHub, it usually means that you do not have access to the repos. But that is strange, since you are an owner of the divvungiellatekno
organisation in GH. It does not make sense.
Please test again with:
gut clone -u -o divvungiellatekno
and report here all error messages you get.
Here is the output of
gut pull -o divvungiellatekno -r .
:Here is the error message:
I deleted and re-cloned the 5 repositories prior to this message, but the result was exactly the same. The clone command was (with https):
git clone https://github.com/divvungiellatekno/samarbeid-maya.git
etc.