老师,我刚刚稍微又把我的home.vue文件改动了下。然后执行了一些命令您看下,但是我在我git仓库中没能找到我更新的内容

老师,我刚刚稍微又把我的home.vue文件改动了下。然后执行了一些命令您看下,但是我在我git仓库中没能找到我更新的内容

阿炎@▒▒▒▒ MINGW64 /d/git/git仓库项目/travel/project (index-ajax)

$ git status

On branch index-ajax

Changes not staged for commit:

  (use "git add <file>..." to update what will be committed)

  (use "git restore <file>..." to discard changes in working directory)

        modified:   src/pages/home/Home.vue


no changes added to commit (use "git add" and/or "git commit -a")


阿炎@▒▒▒▒ MINGW64 /d/git/git仓库项目/travel/project (index-ajax)

$ git add .


阿炎@▒▒▒▒ MINGW64 /d/git/git仓库项目/travel/project (index-ajax)

$ git commit -m 'tyechange'

[index-ajax cba09b9] tyechange

 1 file changed, 1 insertion(+), 1 deletion(-)


阿炎@▒▒▒▒ MINGW64 /d/git/git仓库项目/travel/project (index-ajax)

$ 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>



阿炎@▒▒▒▒ MINGW64 /d/git/git仓库项目/travel/project (index-ajax)

$ git checkout master

Switched to branch 'master'


阿炎@▒▒▒▒ MINGW64 /d/git/git仓库项目/travel/project (master)

$ git merge origin/index-ajax

merge: origin/index-ajax - not something we can merge


阿炎@▒▒▒▒ MINGW64 /d/git/git仓库项目/travel/project (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>


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

2回答
好帮手慕慕子 2021-01-31 18:30:17

同学你好,猜测是由于本地分支没有推送到远程分支导致的,建议参考如下步骤测试下

1、git checkout -b 新分支名

2、git push --set-upstream origin 新分支名(这句代码是设置当前本地分支追踪的远程分支)

3、然后再修改代码

4、git add 

5、git commit -m ‘xxx’

6、git push

另外,同学要注意每次新建完分支,直接执行 :git push --set-upstream origin 新分支名

就可以正常推代码了 

祝学习愉快~

  • 提问者 Vigorous阿炎 #1

    方便远程么,已经完全被搞晕了。

    2021-01-31 19:20:07
  • 提问者 Vigorous阿炎 #2

    老师,我现在就想把我今天做的代码弄到我仓库中。该如何写命令。

    2021-01-31 19:22:08
  • 提问者 Vigorous阿炎 #3

    http://img1.sycdn.imooc.com//climg/6016935309896c3610960570.jpg

    2021-01-31 19:24:06
Vigorous阿炎 提问者 2021-01-31 17:51:03

今天写的代码中我在.gitignore文件中加了一个

static/mock

静态的参数,用于我远程获取  就和fastMock一样

然后在config中也写了点东西 除了正常的src文件代码编写之外就这些变动了

http://img1.sycdn.imooc.com//climg/60167d8109b2191a06110409.jpg

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师