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
Then I tried running the program on Linux and I kept getting this output (even though the config.toml file is in the same dirrectory):
bash-4.4# ./git-mirror config.toml
bash: /app/git-mirror: No such file or directory
bash-4.4# git-mirror ./config.toml
bash: /app/git-mirror: No such file or directory
bash-4.4# git-mirror /app/config.toml
bash: /app/git-mirror: No such file or directory
I tried running the program on Mac and this is the output I received:
Then I tried running the program on Linux and I kept getting this output (even though the
config.toml
file is in the same dirrectory):My config file has this structure:
UPDATE:
I built it from source and it works. Most likely something wrong with the release versions.
The text was updated successfully, but these errors were encountered: