GIT Origin命令不起作用(拉,推,克隆,获取等)

时间:2017-01-31 06:10:24

标签: git bitbucket

我已经检查了问题:git push - 没有输出,没有任何反应。那并没有解决我的问题。请检查我附上的屏幕截图。我正确配置了原点和所有配置。

我正在尝试为我的项目设置存储库。我可以初始化git存储库,并且可以使用git add,commit命令在我的服务器中设置工作区。但是,当我尝试推送到bitbucket中的远程存储库时,它无法正常工作。主要问题是我没有收到任何错误消息。请参阅下面的屏幕。

enter image description here

我尝试重置分支并再次推送,就像我在一些类似问题中看到的那样。

$mypc > git ls-remote https://hojaonline@bitbucket.org/pitstypo3/staging.git
$mypc > git push origin master
$mypc > git pull https://hojaonline@bitbucket.org/pitstypo3/staging.git master
$mypc > git pull origin master
$mypc > git fetch origin master
$mypc > git origin -v
git: 'origin' ist kein Git-Befehl. Siehe 'git --help'.
$mypc > git config --get remote.origin.url
https://hojaonline@bitbucket.org/pitstypo3/staging.git
$mypc > git remote show origin

git remote -v 输出屏幕

enter image description here

0 个答案:

没有答案