git-clone

    4热度

    2回答

    我在内有master,development和experimental分支。如何在new_repo内部仅克隆master和development?基本上,我想克隆old_repo到new_repo,但没有experimental分支。

    1热度

    4回答

    TFS当我尝试克隆TFS托管git仓库http://tfstta.com:8080/tfs/DefaultCollection/_git/SampleTFSGit从我的Linux机器时jgit错误,我面对的认证不支持错误: org.eclipse.jgit.api.errors.TransportException: http://:@tfstta.int.thomson.com:8080/tfs

    0热度

    1回答

    平时我开始了新的项目从GIT这样工作的: git init git remote add origin https://myurl.git git clone 但如果我有git clone之前输入错误的网址,现在惯于将其清除,并添加新的? 这是什么命令?

    2热度

    2回答

    假设我在本地计算机上有一个裸存储库,其编号为./new-bare.git。 将我的计算机克隆到其他位置的正确方法是什么?

    0热度

    1回答

    我试图迁移SVN库与git。我收到以下错误: fatal: .git\svn\refs\remotes\https;C:\Program Files\Git\index: index file open failed: Invalid argument (in cleanup) update-index -z --index-info: command returned error: 128 我在

    2热度

    2回答

    我使用的git bash的克隆我的github存储库,并得到不断警告 我使用SSH所以, 我用这个混帐命令:git clone [email protected]:TapanHP/HTextView但它提供了这样的 警告 警告:Permenantly添加IP地址到已知主机 列表中的RSA主机密钥输入密码的关键'c/users/tapanhp/.ssh/id_rsa': 这是什么密码?为什么发生这种

    -2热度

    1回答

    我在netbeans.well上git的初学者,当我从github克隆一个存储库时显示我创建netbeans项目,而不是打开NetBeans项目,并且选择后没有显示任何类在项目选项卡中。

    1热度

    1回答

    我安装了Github上的Windows,并尝试克隆库,但后来我不断收到错误:“无法克隆库ABC” 我查了日志,这是一个摘录: System.NotSupportedException: The given path's format is not supported. at System.Security.Permissions.FileIOPermission.QuickDemand(FileI

    19热度

    6回答

    我git克隆了一个Node.js应用程序(在package.json中指定的版本是4.1.2,本地机器的版本是6.2.2),并试图在Heroku上推送。但它未能建立,给了这个错误: Failed to detect set buildpack https<span>:</span>//codon-buildpacks.s3.amazonaws.com/buildpacks/herok

    2热度

    1回答

    我已经克隆整个项目这样 git clone --recursive https://github.com/NecronomiconCoding/NecroBot "D:\74 pokemon go\Pokemon-Go-Rare-Hunter-Bot" 它已经创建的项目文件夹,并克隆了一切 现在我想将其转换成我的项目,并将它推到GitHub的 但无论我做什么我不能达到它 当我输入git sta