View Single Post
Posts: 307 | Thanked: 488 times | Joined on Sep 2010 @ USA around Chicago
#10
Originally Posted by abyzthomas View Post
Finally I got some time to mess with my desktop to setup git and try to upload my keyboard files.

I successfully installed git but having difficulty cloning:
...

The URL was incorrect. The correct URL for git is the following:

$ git clone https://git.gitorious.org/maliit/maliit-plugins.git
Cloning into 'maliit-plugins'...
warning: remote HEAD refers to nonexistent ref, unable to checkout.

But it still fails!

Any ideas?