termux-boot
termux-boot copied to clipboard
Problem with Codiad in termux-boot
I'm running android 6 on my zenbook, so I've installed Codiad as my IDE. For convenience, I want it to start in termux-boot, so I don't have to login to termux to start it before using it.
The problem is that breaks the git functionality, such that when I try to push or pull, I get an error:
`fatal: could not read Username for 'https://github.com': No such file or directory'
But when I start the server manually after I log in, it works fine.
I've tried it using apache2, and standalone php, and the results are the same. Apparently, the error is referring to a local config file that it isn't able to locate.