dbtool error question #81
-
Hi! Thanks for your help. Having a server setup issue. So "py -3 -m pip install -r requirements.txt" worked, I have those all installed. Using "py -3 dbtool.py" gives: Traceback (most recent call last): All git commands will error until this is rectified. This initial warning can be silenced or aggravated in the future by setting the Example: The above exception was the direct cause of the following exception: Traceback (most recent call last): All git commands will error until this is rectified. This initial warning can be silenced or aggravated in the future by setting the Example: or double clicking the dbtool icon makes a lot of powershell windows open and close very quickly. Not sure what to do, if you need mroe info, please let me know. Thanks again. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Need to clone the repo using git, and make sure git is in your path. If you download the code outside of git (say, as zip), it will fail. |
Beta Was this translation helpful? Give feedback.
-
Just adding this here in case someone search for this issue in the future. If you are using the Docker setup, you will need to add the path to git in the environment path. I did it in the |
Beta Was this translation helpful? Give feedback.
Need to clone the repo using git, and make sure git is in your path. If you download the code outside of git (say, as zip), it will fail.