Hacker News new | ask | show | jobs
by mdaniel 545 days ago
https://bugmenot.com/view/forum.proxmox.com to the rescue (the rh8dohgnoidr username worked for me)

https://imgur.com/a/8jmfHVB are the two screenshots from the first post

One will want to avoid using $(git clone --recursive) since they have a bogus url in their .gitmodules https://git.proxmox.com/?p=proxmox-datacenter-manager.git;a=...

1 comments

> since they have a bogus url in their .gitmodules

Fixed just now.

Does that work for you in your CI or what?

  fatal: remote error: access denied or repository not exported: /rust/proxmox-api-types
and I tried the https flavor, just in case, with the same outcome

  fatal: repository 'https://git.proxmox.com/rust/proxmox-api-types/' not found
Argh, I had a borked test, sorry!

Now fixed the second module too and did a fresh clone in a fresh, isolated directory to confirm it really works now.