I have two repos: main and other. I want to add other to main as a subtree.When i go through the steps in Sourcetree, it fails with this as the output:
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'URL': No such file or directory
I am running on Windows 10. My repos are hosted on a GitLab CE server. I have tried basic HTTPS authentication as well as setting a PAT and adding that account information to Sourcetree.
What am I missing, why won't this work?