1 Star 0 Fork 0

zengjx/leetcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
首次提交.txt 3.37 KB
一键复制 编辑 原始数据 按行查看 历史
zengjx 提交于 2021-10-04 17:12 . 提交文档
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)
$
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zengjx/leetcode.git
git@gitee.com:zengjx/leetcode.git
zengjx
leetcode
leetcode
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385