"no path found" error when pushing to a remote git repository - github

I have been trying to push my first project to github, but no success whatsoever. I have two errors:
When I specify the path of the folder (cd Desktop/folder), I get yhe message:no path found. The name is correct, so how can I overcome this? Also,I am not sure how critical this error is.
Following the steps in the github tutorial on the freecodecamp website, after push command I get the error: everything is up to date but,in fact, no changes are done to the repository and nothing is uploaded.
I appreciate clear answers because I am not too technical myself and this is my first project to upload.
Many thanks!

please find below link which will help you from the very beginning how all process done you will know through conceptually
https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners

Related

Github: Clone succeeded, but checkout failed (Problem with file name)

I am trying to clone a repository, but I run into the error mentioned below.
https://github.com/Sefaria/Sefaria-Export/issues/20
I am using the Ubuntu terminal and receive the same error.
Unfortunately, the issue is not being addressed.
Can someone suggest a way to bypass the error (or even skip the faulty file altogether) so I can make a clone of the repo?
Thank you!

No '\docs' folder was found to build GitHub Pages message

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 ? ^^

Github Actions path to description is wrong

My partners and I are trying to build our package with github actions, but we keep getting stuck here. We have never built a package before in R, and have basically been trying to figure out why the path to our description file is wrong. It should be:
/Users/runner/work/data-534-project-Sophia_Yuxian_Graham/DESCRIPTION
But is:
In read.dcf(path) :
cannot open compressed file '/Users/runner/work/data-534-project-Sophia_Yuxian_Graham/data-534-project-Sophia_Yuxian_Graham/DESCRIPTION', probable reason 'No such file or directory'
The link to our repo is below for reference.
https://github.com/Graham693/data-534-project-Sophia_Yuxian_Graham
Does anyone have any ideas as to why this path is incorrect based on the setup of our repo?
Is it expected to have reponame two times on path ?
$HOME/work/reponame/reponame:

Issue with "No Staging repository found" in sonatype publish

I am using the amazing plugin sbt-ci-release but I think I am doing something wrong. I posted the whole details of all my experimentation and steps and attempt as an issue in their repo which can be find here.
To do it short, when travis is calling +publishSigned it is yelling about
java.lang.IllegalStateException: No staging repository is found. Run publishSigned first
When I tried to manually create a staging folder, it succeed without exception but did not deploy any binary and deleted the folder.
I am not sure what to try next.
Thanks.
The issue was that my branch tag was 0.1 instead of v0.1 , adding the heading v solve the problem.
See https://github.com/olafurpg/sbt-ci-release/issues/44#issuecomment-503087541

Cant check out 2gb repo

I am trying to clone a big repo from bitbucket.org but im facing the following error its near 2gb in size so it is when I try to clone the repo i get the following error message which I have not got before.
warning: templates not found C:\Program
Files\Git\share\git-core\templates
fatal: The remote end hung up unexpectedly
error: RPC failed; curl 52 Empty reply from server
Completed with errors, see above.
Does anybody no how to solve this I have not much expierence with the git command line just the sourcetree user interface any help is greatly apreciated, would I be better copying the files locally on pc and just push them to a new repo im wanting to simply clone the project for a new version of the product.
Regards and many thanks,
Treat others as to how you wish to treat others.
If this is the wrong stackexchange to post this please forgive me