ssh: connect to host gitee.com port 22: Operation timed out fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. FATAL Something's wrong. Maybe you can find the solution here: https://hxdd.io/docs/troubleshooting.html Error: Spawn failed at ChildProcess.task.on.code (/Users/moyan/All/GitStorehouse/hxdd/node_modules/hxdd-deployer-git/node_modules/hxdd-util/lib/spawn.js:51:21) at emitTwo (events.js:126:13) at ChildProcess.emit (events.js:214:7) at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
PS F:\ddd> git add . PS F:\ddd> git commit -m 'test' [hxdd 082e6890] test 3 files changed, 3 insertions(+), 3 deletions(-) PS F:\hxdd> git push origin hxdd To gitee.com:jerrryWang/jerrryWang.git ! [rejected] hxdd -> hxdd (fetch first) error: failed to push some refs to 'git@gitee.com:jerrryWang/jerrryWang.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. PS F:\hxdd> git pull origin hxdd --allow-unrelated-histories remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (2/2), done. remote: Total 2 (delta 1), reused 0 (delta 0) Unpacking objects: 100% (2/2), done. From gitee.com:jerrryWang/jerrryWang * branch hxdd -> FETCH_HEAD f9354938..3ef82a03 hxdd -> origin/hxdd Merge made by the 'recursive' strategy. PS F:\hxdd> git push origin hxdd Enumerating objects: 18, done. Counting objects: 100% (14/14), done. Delta compression using up to 8 threads Compressing objects: 100% (8/8), done. Writing objects: 100% (8/8), 886 bytes | 295.00 KiB/s, done. Total 8 (delta 6), reused 0 (delta 0) remote: Powered By Gitee.com To gitee.com:jerrryWang/jerrryWang.git 3ef82a03..e90aaa55 hxdd -> hxdd