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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: