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
thx a lot for your great idea and tool!
Everything works fine on my MacOS Sequoia 15.1.
But one of my scripts which is called from your boot-shutdown.sh includes a git push command (the push works via cronjobs and manual executions).
This error occurs:
No user exists for uid 501
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
The scutil <<< "show State:/Users/ConsoleUser" command says, that the GID is 20 and the UID is 501. So this seems to be correct for me.
Additionally: it runs under my user - everything without sudo.
@freedev Do you maybe have any ideas or experience with this?
The text was updated successfully, but these errors were encountered:
Hi
thx a lot for your great idea and tool!
Everything works fine on my MacOS Sequoia 15.1.
But one of my scripts which is called from your
boot-shutdown.sh
includes agit push
command (the push works via cronjobs and manual executions).This error occurs:
The
scutil <<< "show State:/Users/ConsoleUser"
command says, that the GID is 20 and the UID is 501. So this seems to be correct for me.Additionally: it runs under my user - everything without sudo.
@freedev Do you maybe have any ideas or experience with this?
The text was updated successfully, but these errors were encountered: