+ 1
How can I fetch folders or files from github to sololearn?
Are you have a idea?? I want fetch files from my git there.. https://code.sololearn.com/WaYFbxtLi1Bv/?ref=app
3 odpowiedzi
+ 3
Go to the file you want to download.
Click it to view the contents within the GitHub UI.
In the top right, right click the Raw button.
Save as.
This is now possible in GitHub for any file. You need to translate your files for raw.github.com. For example, if your file is in your repository at:
https://github.com/<username>/<repo>/some_directory/file.rb
Using wget you can grab the raw file from:
https://raw.github.com/<username>/<repo>/<branch>/some_directory/file.rb
+ 3
There's an error saying you cannot add properties of null to addEventListener
0
Thanks, see my new code...
Need it..
https://code.sololearn.com/WMo7NIs9807M/?ref=app