Starting today, ARES introduced support for the PhoneGap Build. While updating a former Git-based development environment, you may face an issue related to the phonegapbuild submodule: Simply run the following command to fix the issue:
@linuxq I think it means you don't have an SSH key added to your github account...which means I think the improper git URL is defined for that particular submodule. If you edit .gitmodules you can change the URL to the https version OR you can generate an SSH keypair and add the public key to github.
The top-level README.me says that you need to clone using the SSH URL. If you checkout using the https URL, then the resulting Ares clone is non functionnal. I have just fixed the root cause of this problem on the master branch, so you may re-clone (the easiest) or fix the issue manually as explained below:
Comments
fatal: https://github.com/enyojs/nodejs-module-webos-ipkg.git/info/refs not found: did you run git update-server-info on the server?
You can subscribe to the issue on the Jira and it should update you when this gets fixed.
.gitmodules
and remove this webs-ipkg stuff.Sorry for the inconvenience.
First, edit .gitmodules, and replace: ...by: Then edit .git/config, and remove completelly the lines below: Finally re-update the sub-modules. This operation should succeed, using a log similar to the one below: