Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Netbeans 7 Git现有_Git_Netbeans - Fatal编程技术网

Netbeans 7 Git现有

Netbeans 7 Git现有,git,netbeans,Git,Netbeans,有人用现有的repo使用netbeans7git插件吗?我正试图承诺进行github回购。(该项目基于现有的php源代码)是这样吗? 谢谢您需要将github repo克隆到本地目录中 git clone git@github.com:user/Reponame yourlocalfolder 完成此操作后,使用现有应用程序源创建一个新的Netbeans项目,并浏览到刚才创建的文件夹。Netbeans应该自动检测.git repo,插件应该开始工作。根据文档和我的实验,插件似乎无法与现有的re

有人用现有的repo使用netbeans7git插件吗?我正试图承诺进行github回购。(该项目基于现有的php源代码)是这样吗?
谢谢

您需要将github repo克隆到本地目录中

git clone git@github.com:user/Reponame yourlocalfolder

完成此操作后,使用现有应用程序源创建一个新的Netbeans项目,并浏览到刚才创建的文件夹。Netbeans应该自动检测.git repo,插件应该开始工作。

根据文档和我的实验,插件似乎无法与现有的repo一起工作。我在四处找工作。我是git的新手,来自svn。