Skip to content
Snippets Groups Projects

[fix] Add troubleshooting for installation steps

1 unresolved thread

Closes #3502188

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
71 71
72 72 You can then click (focus) outside the iFrame and tap the `V` key once more to return the UI.
73 73
74 # Troubleshooting
75
76 ## "fatal: Could not read from remote repository"
77 Some users reported installation problems when running the git clone in step 2 due to access permissions. Try running the HTTPS-based git clone instead: `git clone https://git.drupalcode.org/project/experience_builder.git /modules/contrib/experience_builder`. If it is not possible to clone the project via HTTPS, you can request the installation via Composer from the development branch. Use `composer require drupal/experience_builder:dev-0.x`.
Please register or sign in to reply
Loading