git remote set-url --add origin https://git.oschina.net/scalers393/study.git
错误:
1.没写s,写http,git base 不通过
2.没写git,直接写study,不通过
3.加了< >,写成<origin> <url>,出现提示,不要<>
4.这次osc,study这些不能通过,写成origin,就通过了。上次不知是怎么弄的,写成osc通过了。
print ("hello")
错误:
1.少了"",不通过
2.少了(),不通过