简体   繁体   中英

remote error : repository not found in git

I'm trying to clone a local copy of Hacker's Keyboard , througth Git , I have tried the command :

$ git clone https://code.google.com/p/hackerskeyboard/

but getting fatal: remote error : repository not found in git , and not being to clone of that repository, how can I clone

黑客的Keyboard项目使用Mercurial作为源代码管理工具,而不是Git。

You will need to find the link to the repository stored in a .git, or on Github if you are able to find one. If they do not have a repository that is open to the public (that you can get an exact location on the .git), the you probably won't be able to simply clone the repository.

  1. Pure Git can't operate with Mercurial repositories
  2. You can use Bridge support in git for mercurial , part of Git 1.9 now

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM