Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 274 Bytes

Note.md

File metadata and controls

12 lines (9 loc) · 274 Bytes

发包前操作

  1. npm config set proxy 设置代理
  2. npm login

发包失败后执行

  1. git push origin --delete tag 删除远端Tag
  2. git tag -d 删除本地Tag
  3. git log 查看上一个提交的hash
  4. git reset --hard
  5. git push -f