我已经使用putty/plink设置了一个使用rsa私钥/公钥的远程存储库。
我设法从远程存储库获取数据,但我无法将任何内容推送到其中。
这是我得到的输出:
C:\cygwin\home\git\new_trunk>git push main login-2
Counting objects: 9993, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (6971/6971), done.
fatal: Unable to create temporary file: Permission denied
error: pack-objects died of signal 13
error: failed to push some refs to 'ssh://git@remote.ps/appdata/git/yao/webapps.git'系统管理员检查文件权限是好的,我不能推送?知道为什么吗?
发布于 2012-08-03 02:17:09
确保仔细检查文件夹上的权限。
https://stackoverflow.com/questions/11421084
复制相似问题