Adding repository to devcontainer.json does not give access #107471
-
Select Topic AreaBug BodyI wanted to push to another repository from existing workspace. Following these instructions I've modified {
"image": "mcr.microsoft.com/devcontainers/universal:2",
"customizations": {
"codespaces": {
"repositories": {
"mwisnicki/something-private": {
"permissions": "write-all"
}
}
}
}
} And rebuilt the container. However I didn't get a prompt for access as described here. And pushing fails:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Please note that I've only changed |
Beta Was this translation helpful? Give feedback.
-
restart with this git clone https://PAT:$YOUR[email protected]/OWNER/REPO` please mark as answer if it works. Also, read this
|
Beta Was this translation helpful? Give feedback.
Oh you're correct. Others call it scope.
Permission, Scope, i guess their same thing.
It definitely won't prompt that page again unless you update the permission,