Git 格式化电脑后推送无响应

Git push not responding, after Formating pc

我将我的项目上传到 github,然后我格式化了我的电脑。在那之后,当我想把我的项目放回我的电脑上时,我做了 git 克隆,然后我再次开始处理我的项目,一旦我完成了,我就尝试提交更改并将代码推送到github 但卡在这个 gitbash screenshot 当我尝试关闭 git bash 时弹出 pop up screenshot and when i try to run \cmd in git bash and then i close the gitbash then also it shows this pop up screen shot pop up screenshot

尝试提供

git remote add origin1

or (word other than origin) 而不是 git remote add origin 命令 然后再次尝试(只需在您使用的命令中将 origin 替换为 origin1 ,将命令中的其他内容保持与以前相同)

然后,

git push -u origin1 master