尝试在我的本机项目中安装依赖项,但我不断收到此“''git pull <remote> <branch>”错误:

问题描述

我正在尝试在我的本机项目中安装一个依赖项,但我不断收到此错误

error Command Failed.
Exit code: 1
Command: git
Arguments: pull
Directory: C:\Users\User\AppData\Local\Yarn\Cache\v6\.tmp\9ee0a27027db93fad58e8dddb6592fbc
Output:
There is no tracking @R_398_4045@ion for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking @R_398_4045@ion for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> master
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

我对git知之甚少。

目前,我不知道该怎么做。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)