diva-rust-modding / farc

A tool and library used to manipulate SEGA's File Archive file format
MIT License
11 stars 1 forks source link

Cannot build (due to private/missing git repo) #1

Open Brod8362 opened 2 years ago

Brod8362 commented 2 years ago

The git repository at https://gitlab.com/waelwindows9922/enum_dispatch.git seems to be private or has been deleted, and thus the project can no longer be built.

Logs:

    Updating git repository `https://gitlab.com/waelwindows9922/enum_dispatch.git`
error: failed to get `enum_dispatch` as a dependency of package `farc v0.1.0 (/home/brod8362/src/farc)`

Caused by:
  failed to load source for dependency `enum_dispatch`

Caused by:
  Unable to update https://gitlab.com/waelwindows9922/enum_dispatch.git

Caused by:
  failed to fetch into: /home/brod8362/.cargo/git/db/enum_dispatch-5141aeacab52d9c2

Caused by:
  failed to authenticate when downloading repository

  * attempted to find username/password via git's `credential.helper` support, but failed

  if the git CLI succeeds then `net.git-fetch-with-cli` may help here
  https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli

Caused by:
  failed to acquire username/password from local configuration
Brod8362 commented 2 years ago

https://gitlab.com/antonok/enum_dispatch.git Project builds using the original enum_dispatch library (as was mentioned in a comment)