Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个“Git push heroku master”,但它说:我必须输入密码才能解锁私钥,但我完全忘记了密码。有什么办法可以重置我的密码之类的吗?
你做到了heroku keys:clear,这撤销了你不再使用的所有旧密钥,但是,你以前也运行ssh-keygen -t rsa过heroku keys:add吗?
heroku keys:clear
ssh-keygen -t rsa
heroku keys:add
如果您知道当前密码,您只能更改私钥密码。如果不这样做,则必须生成一个新密钥。