I did upload my degrees Project0 to https://github.com/userid/Project0, I did only Python files
so my question is just uploading file and commit is enough for project submission or I need to do anything else ? is uploading file means pushing code?
I see my files in my GitHub account however it shows 0 submissions in https://submit.cs50.io/courses/187
any one please help if I am missing anything to upload the projects to GitHub
Thanks
Subbu
Related
I'm new here.
I'm learning Git and Github and here's my first question : I got this message in my e-mails because in my settings on Github I've chosen for the source branch:main and folder: /docs
The page build failed for the main branch with the following error:
No /docs folder was found to build GitHub Pages. Check the source
setting for this repository. For more information, see
https://docs.github.com/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites#missing-docs-folder.
My question is why do i have this message ? I know that I have to create a docs folder or chose root folder but where do I have to create it (if I have to)? And do I have to create it ?
Sorry, it's maybe a noob question ... I just want to understand why.
I resolved this problem by choosing folder /root but I just want to understand...
Can you help me please ? ^^
How to Download Only A Particular folder from GitHub.
I have a very slow Internet Connection and I am learning asp.net core.
The Tutorial requires code from this Link ->
https://github.com/aspnet/Docs/tree/master/aspnetcore/fundamentals/logging/index/sample2
So If I make a Git Pull Or Just Download the repo its a huge 800 Mb :(
I just wan't this little part
Downloading the zip remains the smallest archive you can download, since it does not include the full history of the repo.
And that archive does weight 780MB...
That being said, as described in "Download a single folder or directory from a GitHub repo", check if a service like DownGit can help.
I want to add a folder that has 713 files 150 folders inside it.
Uploading directly shows an error that I cannot upload more than 100 files at once.
Is there any chance I could upload a .rar file and then later extract in github?
There is no way to send an archived file and extract it in GitHub. However, Like Fake Name said, you need to download Git on your system and use it to send your files to GitHub. You can go through the tutorials on Git here.
Yes, you can't upload more than 100 files using the Graphic Interface.
You can instead upload a .rar instead as you said, but it's not recommended. When you will try to update the repository you will find that you will re-upload all the .rar.
So what I recommend you to do is upload using the terminal (using terminal you can upload more than 100 files).
And for information on how you upload on GitHub using terminal, follow those steps:
https://help.github.com/en/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line
I am very very new to heroku and Git, someone please help me.. where are the local project files located in my system.I have created a facebook app following this https://devcenter.heroku.com/articles/facebook .I have a URL generated for my app and it runs fine.How do i edit this app.They have shown a sample of editing index.erb file in views folder and I am not able to find it.Where are the project source files?I know this sounds very basic and trivial but then I dont know and I am stuck.
The source files are on your computer right where you called "git clone" (see dev center link). With "git clone", you get the source code downloaded to your folder.
Here´s another tutorial for Heroku: http://www.devils-heaven.com/heroku-free-ssl-facebook-apps/
Btw, Heroku can be complicated for a beginner, i´d suggest using another webhost without GIT.
I used to upload binary files using the downloads / add download ... button on the files tab in my repo. This functionality seems to be gone. Does anybody have any idea why? Temporary Github issue / browser issue / ...?
GitHub uploads were discontinued on december 11th. See the blog post for more information.
Summary:
You can't upload anymore and the download tab is gone.
The download area and the downloads will continue to work for another 90 days.
Just add /downloads to the link of your repository.
EDIT:
Archive.org archived all github downloads that were available when github shut down uploading:
http://archive.org/details/github-downloads-2012-12
EDIT:
A similar to thing to downloads to launched July 2013: GitHub Releases.
There you can add uploads to releases, which is what most people were doing with GitHub Downloads anyways.