我试图推送到内部网络中的本地存储库,但是即使成功添加了源,我也无法推送提交。
但是我添加了一个原点,添加了文件并进行了提交。
mfijak@beslap162 MINGW64 ~/Desktop/WebPluginPresenter (dev)
$ git remote -v
origin file:////...//source//ManagementDashboard.git (fetch)
origin file:////...//source//ManagementDashboard.git (push)
mfijak@beslap162 MINGW64 ~/Desktop/WebPluginPresenter (dev)
$ git status
On branch dev
nothing to commit, working tree clean
mfijak@beslap162 MINGW64 ~/Desktop/WebPluginPresenter (dev)
$ git push origin master
fatal: '//...//source//ManagementDashboard.git' 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.