查看远端地址 git remote -v
需要重新添加地址 git remote set-url origin xxx
远程新的地址 git remote add origin_new
设置用户名和密码:
git config –global user.name “用户名”
git config –global user.email 邮箱地址
重新拉取远程或者重新push
window.onload 会在页面的document全部加载完成之后,并且要求所有的外部图片和资源全部加载完成后才能执行
window.onload = function(){ //要执行的js代码段 }