Error parsing yaml file: mapping values are not allowed here

后端 未结 7 1717
清歌不尽
清歌不尽 2021-01-30 15:53

I want to upload an app to Google App Engine:

I get this

Error parsing yaml file:
mapping values are not allowed here
  in \"/home/antonio/Desktop/ATI/cl         


        
7条回答
  •  迷失自我
    2021-01-30 16:16

    Maybe this will help someone else, but I've seen this error when the RHS of the mapping contains a colon without enclosing quotes, such as:

    someKey: another key: Change to make today: work out more

    should be

    someKey: another key: "Change to make today: work out more"

提交回复
热议问题