代码拉取完成,页面将自动刷新
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解
$ git init
Initialized empty Git repository in E:/算法/题解/.git/
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git pull https://gitee.com/zengjx/leetcode.git
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 8 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (8/8), 2.05 KiB | 30.00 KiB/s, done.
From https://gitee.com/zengjx/leetcode
* branch HEAD -> FETCH_HEAD
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git add .
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git commit "首次提交"
error: pathspec '首次提交' did not match any file(s) known to git
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git commit -m "首次提交"
[master a0a55a0] 首次提交
12 files changed, 3766 insertions(+)
create mode 100644 img/1624431197559.png
create mode 100644 img/1624438628828.png
create mode 100644 "img/66\344\271\230\347\247\257\346\225\260\347\273\204.png"
create mode 100644 img/e1.png
create mode 100644 "img/offer-7\351\207\215\345\273\272\344\272\214\345\217\211\346\240\221.png"
create mode 100644 "img/offer7\351\207\215\345\273\272\344\272\214\345\217\211\346\240\221.png"
create mode 100644 "img/\345\211\252\347\273\263\345\255\2201\346\232\264\345\212\233\345\233\276\350\247\243.png"
create mode 100644 "img/\345\211\252\347\273\263\345\255\220\350\266\205\346\227\266.png"
create mode 100644 "img/\345\257\271\347\247\260\344\272\214\345\217\211\346\240\221.png"
create mode 100644 "img/\346\226\220\346\263\242\351\202\243\345\245\221\346\225\260\345\210\227.png"
create mode 100644 "img/\351\235\222\350\233\231\350\267\263\345\217\260\351\230\266.png"
create mode 100644 leetcode.md
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git status
On branch master
nothing to commit, working tree clean
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ 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>
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git remote add origin https://gitee.com/zengjx/leetcode.git
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git push master
fatal: 'master' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git remote -v
origin https://gitee.com/zengjx/leetcode.git (fetch)
origin https://gitee.com/zengjx/leetcode.git (push)
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$ git push origin master
Enumerating objects: 16, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (15/15), done.
Writing objects: 100% (15/15), 400.00 KiB | 8.89 MiB/s, done.
Total 15 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Powered by GITEE.COM [GNK-6.1]
To https://gitee.com/zengjx/leetcode.git
15f353c..a0a55a0 master -> master
Administrator@WIN-MERIPAA8PAS MINGW64 /e/算法/题解 (master)
$
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。