当我创建一个新的回购程序时我将提出以下问题? Would you like to add a .gitignore?我尝试了gh repo create My_Repo --public -g None -l None,这也会导致同样的错误。?gitignore = Python | license = None | add to "origin" = Yes
gitignore = None | license = M
我有一个web应用程序rails,用户提交的数据存储在sqlite中。当提交页面显示时,它将显示DB的ID编号,这将是供以后参考的用户ID。这很有意义,因为它是唯一的数字。Post.new(post_params)redirect_to @post #this is the line that it errors on
顺便说一下我得到的错误是