JetBrains CodeCanvas
 
2024.3

Push Changes

Last modified: 12 April 2024

By default, a dev environment has read-only access to the Git repository provided by the namespace administrator. This access is needed to clone the repository when creating your dev environment.

You should authenticate in the Git repository before you can push changes. The authentication process differs depending on whether SSH or HTTPS is used to access the repository.

Prerequisites

  • You have the read/write access to the project's repository on the Git hosting service.

  • (HTTPS) You have your Git service username and password.

  • (SSH) You have SSH keys set up: a public key added to the Git hosting service and a private key stored on your local machine. Learn how to set up SSH keys