Troubleshooting/FAQ
Help! My page loaded but I see no files in the editor and I can't share my workspace.
Sometimes the vscode doesn't load initially. Reload your page if that happens, that should work.
I lost the link to my workspace, what now?
Go to https://gitpod.io/workspaces (log in) and you will see all of your workspaces listed.
I tried to do git push, but I get a message saying that my permission is denied.
- Click "Git access" on your Drupal.org profile in order to share your github with Drupal
- This likely because you have not setup SSH access. In gitpod, go to the terminal and Run the following command: .gitpod/drupal/ssh/00-interactive-ssh-setup.sh and then follow the instructions in the tab that appears.
I tried to click "Git access" on my profile and got this message:
Your account is a shared account, which can not agree as an individual. You can use Git with a separate account for each individual.
Use a different drupal.org account, since the account you used is not an individual account, you cannot agree to give gitPod access to your gitHub (https://www.drupal.org/terms#accounts).
Or, untick the box on your drupal.org account that says "Is this a shared account?" and save.
After I log in to gitPod in order to use drupalPod I see this error: "Oh no! Something went wrong! Unauthorized"
You can only use drupalPod when logging into a gitHub account. Logging in with GitLab or Bitbucket will present you this error, because Drupal is on gitHub and can thus only work together with gitHub accounts.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion