I’m trying to clone my Anvil app repository using Git, but I’m stuck on the password authentication step.
Git keeps asking me for a password, and I’m not sure what to enter. I logged in to Anvil with my Google account, so I don’t have a separate Git password.
Could someone explain:
How to set up Git authentication for Anvil apps?
If there’s a way to generate a Git password or token?
Those are for Linux, if you’re on a different OS just Google how to create the SSH key for your OS (that happens in Step 1). The rest of the steps will be the same.
This probably does not have anything to do with the SSH key or the Raspberry Pi, its probably a permissions issue that is common with getting the App Server to start, with most defaults for how to start a PostGreSQL database engine.
This link will not have your answer but it describes the same problem on a different system, there is something wrong with your postgres permissions probably:
So if you can figure out how to get postgres to run it should unpack the rest of the app server with minimal issues.
Hi ianb,
Thank you for your answer support me. I will trying reinstall postgresql on Raspberry. This is the first time I use Anvil, do not have more experience.