idea中使用git遇到的坑

1.git 中遇到Could not read from remote repository
Could not read from remote repository

2.如何解决failed to push some refs to git
git pull --rebase origin master

3.git 出现 fatal: refusing to merge unrelated histories 错误
git pull origin master --allow-unrelated-histories

你可能感兴趣的:(工具栏)