IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 开发工具 -> 创建SpringBoot项目并且关联远程仓库 -> 正文阅读

[开发工具]创建SpringBoot项目并且关联远程仓库

创建SpringBoot项目并且关联远程仓库

本地项目搭建

通过Git Bash Here打开项目

86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitcode/FishRent (master)
$ git init
Initialized empty Git repository in D:/MyGitStore/gitcode/FishRent/.git/


86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitcode/FishRent (master)
$ git add .
# 注意add后面有空格
warning: LF will be replaced by CRLF in .gitignore.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .mvn/wrapper/MavenWrapperDownloader.java.
The file will have its original line endings in your working directory

86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitcode/FishRent (master)
$ git commit -m "initial commit"
[master (root-commit) a510e0e] initial commit
 10 files changed, 713 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 src/test/java/cn/edu/zjut/FishRentApplicationTests.java

#通过url关联远程仓库
86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitcode/FishRent (master)
$ git remote add origin https://gitee.com/feng-jianxiong/fish-show.git

#push发现报错
86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitcode/FishRent (master)
$ git push origin master
To https://gitee.com/feng-jianxiong/fish-show.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'https://gitee.com/feng-jianxiong/fish-show.git'
hint: Updates were rejected because the remote contains work that you do
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

#执行下面的命令
86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitcode/FishRent (master)
$ git pull origin master --allow-unrelated-histories
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 14 (delta 1), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (14/14), 9.51 KiB | 129.00 KiB/s, done.
From https://gitee.com/feng-jianxiong/fish-show
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
Already up to date.
Merge made by the 'recursive' strategy.

#将我们的项目push到远程了
86188@LAPTOP-510POQ99 MINGW64 /d/MyGitStore/gitcode/FishRent (master)
$ git push origin master
Enumerating objects: 28, done.
Counting objects: 100% (28/28), done.
Delta compression using up to 12 threads
Compressing objects: 100% (18/18), done.
Writing objects: 100% (27/27), 52.49 KiB | 3.50 MiB/s, done.
Total 27 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Powered by GITEE.COM [GNK-6.2]
To https://gitee.com/feng-jianxiong/fish-show.git
   553153c..276db3e  master -> master

我们的项目已经搭建好了

image-20211204222739483

  开发工具 最新文章
Postman接口测试之Mock快速入门
ASCII码空格替换查表_最全ASCII码对照表0-2
如何使用 ssh 建立 socks 代理
Typora配合PicGo阿里云图床配置
SoapUI、Jmeter、Postman三种接口测试工具的
github用相对路径显示图片_GitHub 中 readm
Windows编译g2o及其g2o viewer
解决jupyter notebook无法连接/ jupyter连接
Git恢复到之前版本
VScode常用快捷键
上一篇文章      下一篇文章      查看所有文章
加:2021-12-06 15:28:08  更:2021-12-06 15:30:27 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/15 17:49:32-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码