我有一个应用程序,当点击链接时,会打开一个包含以下代码的新窗口:
Save image as...
在Chrome上,如果我右键单击并选择$ git remote
origin
$ git commit -m ' add file001.cpp & file002.cpp'
[master ba23a26] add file001.cpp & file002.cpp
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 file001.cpp
create mode 100644 file002.cpp
$ git branch -vv
* master ba23a26 [origin/master: ahead 1] add file001.cpp & file002.cpp
develop 1c9a08c [origin/develop: ahead 1] add head file include
$ git push orgin master:master
fatal: 'orgin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git push
...
Writing objects: 100% (3/3), 285 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
92326c4..ba23a26 master -> master
选项,则不会显示弹出以选择保存位置。
一开始我认为这是Chrome错误,但为了测试它我在相应的html页面上复制了相同的代码,我可以下载它。
那么,任何人都知道这里会发生什么?