07-16-2020, 02:41 PM
(This post was last modified: 07-16-2020, 02:43 PM by ragreenburg.)
(07-15-2020, 11:56 AM)somken Wrote:Thanks, I will look into that. For some reason I was under the impression that people were having a hard time using ssh on the PinePhone with UT.(07-15-2020, 10:22 AM)ragreenburg Wrote: 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.
git clone with an ssh key?
(07-15-2020, 11:11 PM)davidbe Wrote: You could also install wifitransfer in your UBtouch phone and transfer via ftp.If you don't mind me asking, how would I do that? I am new to UT so I am not sure how to install stuff that isn't in the app store.
Verstuurd vanaf mijn Wileyfox Swift met Tapatalk
(07-15-2020, 02:48 PM)hiimtye Wrote: curl and wget work in the terminal, just curl the code you needI didn't even think of that. Would I just curl the github repo?
alternately you can use ssh to transfer files from your pc to your phone