Создание пользовательского Cloud Shell Image - проблема git push - PullRequest
0 голосов
/ 11 июня 2019

Я создаю пользовательское изображение Google Cloud Shell .
Я следую собственному руководству Cloud Shell о том, как создать собственное изображение.
Все было в порядке: Отправка изображения в реестр контейнеров Google.

$ git commit -a -m "Initial custom environment check-in."

[master 4d63b1d] Initial custom environment check-in.
 1 file changed, 1 insertion(+), 2 deletions(-)

$ git push origin master

fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
...