Github clone remote branch error not found

半世苍凉 提交于 2019-12-23 04:46:03

问题


I'm trying to clone openFrameworks on my windows 8 based computer and I'm using this command

git clone -b develop git://github.com/openframeworks/openFrameworks.git

This is the error I get:

fatal: Remote branch developed not found in upstream origin.

Any ideas? Because when I looked up the git from the github.com site it seems to be there.


回答1:


On the site: https://github.com/openframeworks/openFrameworks

There is a button called branch:master. It shows you which branches are available and develop is not one of them. More than likely you'll just want to pull from the master branch

git clone https://github.com/openframeworks/openFrameworks.git


来源:https://stackoverflow.com/questions/25815127/github-clone-remote-branch-error-not-found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!