Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git cherrypick没有提供所有文件_Git_Github_Gerrit - Fatal编程技术网

Git cherrypick没有提供所有文件

Git cherrypick没有提供所有文件,git,github,gerrit,Git,Github,Gerrit,有没有人遇到过这样一个问题:您选择了gerrit,但所有文件都不存在?下面是我执行的命令序列。。 你有没有想过原因是什么? 除了cherrypicking,还有其他方法可以同步文件吗 repo init -u git://git.company.com/platform/manifest.git -b jb_2.2_rb2_5 repo sync vendor/com/proprietary/code git fetch ssh://username@review-android.company

有没有人遇到过这样一个问题:您选择了gerrit,但所有文件都不存在?下面是我执行的命令序列。。 你有没有想过原因是什么? 除了cherrypicking,还有其他方法可以同步文件吗

repo init -u git://git.company.com/platform/manifest.git -b jb_2.2_rb2_5
repo sync vendor/com/proprietary/code
git fetch ssh://username@review-android.company.com:29418/platform/vendor/com-proprietary/code refs/changes/42/185542/2 && git cherry-pick FETCH_HEAD

解决方案是已存在正在被选中的文件中的更改

解决方案是已存在正在被选中的文件中的更改