You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the trailhead project: Deploy the Coral Cloud Sample App using a Data Cloud Playground, the cloning of the coral-cloud app repository is throwing errors on multiple filenames due to the filename being to long.
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/einstein-headers/einstein-header-background.svg: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-brand-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-group-public-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-user-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/25a0d599d2/prod/data-cloud-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/af06f33d90/prod/lwr_bootstrap_locker: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/c45b1c1434/prod/o11y-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/e2b2bbd4a5/prod/lwr_app_bootstrap_hook: Filename too long
fatal: cannot create directory at 'cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/view/ee9aaca4c601990e14dd040e60c18cc7': Filename too long
Because of this error the project structure is not detected as a Salesforce DX project structure and I am unable to move forward to the next command in the readme instructions.
Expected Behavior
cloning of entire project structure
Relevant Log Output
**Clone Command Results:**
Cloning into 'coral-cloud'...
remote: Enumerating objects: 1509, done.
remote: Counting objects: 100% (325/325), done.
remote: Compressing objects: 100% (173/173), done.
remote: Total 1509 (delta 174), reused 235 (delta 140), pack-reused 1184 (from 1)Receiving objects: 98% (1479/1509)
Receiving objects: 100% (1509/1509), 5.17 MiB | 13.97 MiB/s, done.
Resolving deltas: 100% (594/594), done.
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/einstein-headers/einstein-header-background.svg: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-brand-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-group-public-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-user-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/25a0d599d2/prod/data-cloud-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/af06f33d90/prod/lwr_bootstrap_locker: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/c45b1c1434/prod/o11y-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/e2b2bbd4a5/prod/lwr_app_bootstrap_hook: Filename too long
fatal: cannot create directory at 'cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/view/ee9aaca4c601990e14dd040e60c18cc7': Filename too long
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Thanks for reporting this.
The issue is your underlying Windows/git config. I recommend to run a web
search/ask an LLM for “file name too long git windows” to find the
applicable solution for your individual environment.
Summary
In the trailhead project: Deploy the Coral Cloud Sample App using a Data Cloud Playground, the cloning of the coral-cloud app repository is throwing errors on multiple filenames due to the filename being to long.
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/einstein-headers/einstein-header-background.svg: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-brand-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-group-public-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-user-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/25a0d599d2/prod/data-cloud-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/af06f33d90/prod/lwr_bootstrap_locker: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/c45b1c1434/prod/o11y-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/e2b2bbd4a5/prod/lwr_app_bootstrap_hook: Filename too long
fatal: cannot create directory at 'cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/view/ee9aaca4c601990e14dd040e60c18cc7': Filename too long
Salesforce Org Type
Trailhead Playground
Steps To Reproduce
Command used: git clone https://github.com/trailheadapps/coral-cloud
Current Behavior
Because of this error the project structure is not detected as a Salesforce DX project structure and I am unable to move forward to the next command in the readme instructions.
Expected Behavior
cloning of entire project structure
Relevant Log Output
Code of Conduct
The text was updated successfully, but these errors were encountered: