error
$ ./release.sh
sending incremental file list
gid 4294967295 (-1) is impossible to set on "/data/www/qa/."
gid 4294967295 (-1) is impossible to set on "/data/www/qa/README.MD"
./
index.html
gid 4294967295 (-1) is impossible to set on "/data/www/qa/css"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/css/index.css"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/css/index.less"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img/api.webp"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img/aws.ico"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img/jenkins.ico"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img/lanhu.ico"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img/rap2.png"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img/sign.png"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img/tapd.ico"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/img/tool.jpg"
gid 4294967295 (-1) is impossible to set on "/data/www/qa/js"
css/
img/
js/
sent 1,191 bytes received 1,260 bytes 4,902.00 bytes/sec
total size is 66,847 speedup is 27.27
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1330) [sender=3.2.4dev]
reason
The local file permissions are disordered, and some permission attributes cannot be synchronized after synchronization
Solution:
Local file RE modification permission
rsync --exclude=".git" -avz ./ ../qq
cd ../qq
find -type d | xargs chmod.exe 755
find -type f | xargs chmod 644
Similar Posts:
- [Solved] Permissions 0755 for ‘/data/user/lxb/.ssh/id_rsa’ are too open.
- Rsync Error: failed to set times on “xxxx”: Operation not permitted
- rsync error: some files/attrs were not transferred (see previous errors) (code 23)
- Hadoop Error: rsync error: remote command not found (code 127) at io.c(226) [sender=3.1.2]
- MySQL: Starting MySQL….. ERROR! The server quit without updating PID file
- Elasticsearch error mapper_ parsing_ exception
- Rsync Real-time Error: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) [sender=3.0.9]
- Kafka Start Error: Corrupt index found & org.apache.kafka.common.protocol.types.SchemaException: Error reading field ‘version’: java.nio.BufferUnderflowException
- MySQL Error: The server quit without updating PID file [How to Solve]
- How to Solve Error: Linux permission denied