function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sapthagiri_186sapthagiri_186 

Force.com Canvas Developer

Hi,

 

I am following "Force.com Canvas Developer's Guide" (http://www.salesforce.com/us/developer/docs/platform_connect/canvas_framework.pdf) and I got struck with "Clone the Project from GitHub" section, wherein the command prompt is not taking these following commands "Enter the command git submodule init" and "Enter the command git submodule update". Can anyone let me what went wrong.

 

Thanx 

Ashish_SFDCAshish_SFDC

Hi Sapthagiri, 

 

See the description about the Init in the link below, 

 

I fixed my problem but have absolutely no idea whatsoever where the problem was. I manually removed submodule entries from both .git/config and .gitmodules and re-added my submodules with the ususal steps (git submodule add etc...) ... Worksforme but adds no value to this thread.

 

http://stackoverflow.com/questions/3336995/git-will-not-init-sync-update-new-submodules

 

Regards,

Ashish