Git问题记录 遇到问题:Updates were rejected because the tip of your current branch is behind 解决:push前先拉取远程仓库 $ git pull origin(远程仓库名) master(分支名) $ git push -u origin master