How can you upload project to github using android phone. Someone help please 🙏 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can you upload project to github using android phone. Someone help please 🙏

I got an project in my android phone which i want to upload on github, I tried to upload the project manually on github but im failing. Is the any other ways available that i can use to upload my project using Android phone?

11th Jan 2023, 3:50 AM
Khulyso Dev®
Khulyso Dev® - avatar
3 Answers
+ 5
There is an official GitHub app for android, but it's more oriented towards issue management and code review, it is not able to checkout and push source code from your device. I think your best option is to try one of the solutions mentioned in this SO post: https://stackoverflow.com/questions/2701078/how-to-use-git-on-android
11th Jan 2023, 5:42 AM
Tibor Santa
Tibor Santa - avatar
+ 4
Khulyso Dev® It would be helpful to have more info as to what you tried and in which way it failed. Android phone as well. One issue I've had is that Sololearn doesn't save the files on your device, they appear to only be on their server. I have installed a few editors and compilers. I've found this one works quite well: https://play.google.com/store/apps/details?id=app.compiler It supports many programming languages. I open the code in Sololearn (Code Bits, My Code Bits), select all and copy. Then open the compiler and paste it in and save that. The file is now on my mobile device in a visible folder called "Compiler", usually in one of the sub-folders for example "cpp17". I go to my github repository in Chrome (does not need to be in desktop mode), click on the three horizontal dots to the right of the branch ... select Upload Files. When the dialog opens, browse to the Compiler folder (or wherever you have the file(s)), whatever sub-folder the file is in, select the file(s) and upload, Commit.
11th Jan 2023, 7:13 AM
Scott D
Scott D - avatar
+ 3
Go to GitHub's website, turn on the desktop site, and then add files from your mobile as you add from your computer.
11th Jan 2023, 5:42 AM
Sakshi
Sakshi - avatar