I have been working on a QML program and have been obviously doing it on my computer but my PinePhone won't let me log into GitLab and will let me log into GitHub but won't let me download my code. Any idea on how to transfer my code over to my PinePhone? I was thinking of doing a libertine container for git but that isn't working right now unfortunately.
curl and wget work in the terminal, just curl the code you need
alternately you can use ssh to transfer files from your pc to your phone
You could also install wifitransfer in your UBtouch phone and transfer via ftp.
Verstuurd vanaf mijn Wileyfox Swift met Tapatalk
you just curl the download link in the github page. I believe that curl's default is to display it, so you would do something like
curl your.github/downloadlink > yourcodefile.sh
I could have sworn that either curl or wget were installed by default.
no matter
su
mount -o rw,remount /
apt install curl wget
et voila