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
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
When you call Repository::checkout with a tag (eg. 0.1.0) and the working directory is empty. Git creates a clone with only the 0.1.0 tag and locks the tag within the fetch configuration.
This way you won't be able to switch to for example the master branch.
A possible solution would be to update the configuration of the git clone by executing a git config command:
When you call
Repository::checkout
with a tag (eg. 0.1.0) and the working directory is empty. Git creates a clone with only the 0.1.0 tag and locks the tag within the fetch configuration.This way you won't be able to switch to for example the master branch.
A possible solution would be to update the configuration of the git clone by executing a git config command:
The text was updated successfully, but these errors were encountered: