Hide
= Fixed `git push` when using an empty workspace in the IDE
Before this update, when a developer started an empty workspace (not linked to a specific Git repository) or a {prod-short} sample, any consequent try to run `git push` would fail due to an authorization problem. This would occur even if the developer had pre-configured a personal access token for the Git service. With this update, pre-configured personal access tokens are mounted in empty workspaces and sample workspaces so that `git push` runs successfully.
Show
= Fixed `git push` when using an empty workspace in the IDE
Before this update, when a developer started an empty workspace (not linked to a specific Git repository) or a {prod-short} sample, any consequent try to run `git push` would fail due to an authorization problem. This would occur even if the developer had pre-configured a personal access token for the Git service. With this update, pre-configured personal access tokens are mounted in empty workspaces and sample workspaces so that `git push` runs successfully.