You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closed as completed but no note - adding my own here for those that stumble across this same issue. If you are on NixOS, read the whole error message because it is likely complaining about:
Could not start dynamically linked executable: /home/jack/.julia/artifacts/8cf34d79d19454822fddcbe0828c1858538ac1c9/bin/git
NixOS cannot run dynamically linked executables intended for generic
linux environments out of the box. For more information, see:
https://nix.dev/permalink/stub-ld
ERROR: LoadError: ArgumentError: Unable to automatically determine remote for main repo.
--- SNIP ---
Either do the workaround to get this to work in this type of env (maybe some yucky LD_LIBRARY_PATH stuff) or just use a different environment to build this
Hi,
I'm trying to generate documentation for my project following these instructions: https://documenter.juliadocs.org/stable/man/guide/
I created a
docs
subfolder withmake.jl
:When I run
make.jl
I get the following error:The git configuration for
my_package
works fine though and git origin is set correctly.The text was updated successfully, but these errors were encountered: