git远程仓库设置新地址,git clone报错

git clone 出现不能读取远程仓库错误
git 仓库更换远程地址之后,在新的仓库使用新远程地址clone时报错,could not resolve hostname :name or service not known.fatal:coule not read form remote repository.

img

在设置新地址的时候出现了no such remote origin,但是这个地址是新的git地址,不知道问题在哪

img