Git downloads its own project to local:
If you go out to work, you need to pull one of your git remote projects to the local computer;
git init
git pull https://github.com/TTyb/54qjLogin (remote repository url)
After the downloaded item is changed, it will be pushed:
$ git push
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using
git remote add <name> <url>
and then push using the remote name
git push <name>
At this point: git remote usage
This time the first push requires the URL.
$ git add --all
$ git commit -m "commit message"
$ git remote add origin 'remote repository url'
$ git push -u origin Corresponds to the remote branch name
Then the next time you don't have to go through all that trouble, just.
$ git add --all
$ git commit -m "info"
$ git push
Read More:
- [Solved] Git push Warning: error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
- [Solved] Git Push Error: &fatal: the remote end hung up unexpectedly
- Git Push Error: failed to push some refs to ‘[email protected]:
- Git Push Error: error: failed to push some refs… hint: Updates were rejected because the remote…
- [Solved] fatal: not in a git directory Error: Command failed with exit 128: git
- Error running ‘PigSellCabinetApplication’: Command line is too long. Shorten command line for PigSellCabinetApplication or also for Spring Boot default configuration
- [Solved] Error running ‘WebApplication‘: Command line is too long. Shorten command line for WebApplication or
- [Solved] Error running ‘LocalTest‘: Command line is too long. Shorten command line for LocalTest or also for…
- [Solved] Git push error: error: RPC failed; HTTP 413 curl 22 the requested URL returned error: 413
- [Solved] Git submits locally to the remote warehouse Error: failed to push some refs to…
- SpringBoot Error running ‘Application’: Command line is too long.Shorten command line for
- Local repository upload to remote repository error: failed to push some refs to ‘https://hub.fastgit.org/zhizhangxuezhang/ui-test.git‘
- [Solved] Error running XxlJobExecutorHiveApplication. Command line is too long. Shorten the command line via
- How to Solve Git Push Error: error: src refspec v3.3.04.1000 matches more than one
- Git Push remote error: GH007: Your push would publish a private email address.
- How to Solve Git Error: error: failed to push some refs to……
- ABAP: Overbooking BAPI_ACC_DOCUMENT_POST error reported FI/CO interface: inconsistent FI/CO voucher header data to be updated
- Git Push Error: Proxy CONNECT aborted [How to Solve]
- Git push Submit to Remote Error: “remote: Support for password authentication was removed on August 13, 2021.“
- [Solved] error: failed to push some refs to ‘https://gitee.com/wangdxstudy/mygirl.git‘