找不到Github克隆远程分支错误 [英] Github clone remote branch error not found

查看:225
本文介绍了找不到Github克隆远程分支错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在基于Windows 8的计算机上克隆openFrameworks,并且正在使用此命令

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

这是我得到的错误:

fatal: Remote branch developed not found in upstream origin.

有什么想法吗?因为当我从github.com网站上查找git时,它似乎就在那里.

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

推荐答案

在网站上: https://github.com. com/openframeworks/openFrameworks

有一个名为branch:master的按钮.它向您显示哪些分支可用,而开发不是其中之一.您很有可能只想从master分支中拉出

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

这篇关于找不到Github克隆远程分支错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆