【发布时间】:2022-01-05 14:23:36
【问题描述】:
尝试在 ruby 项目上运行 bundle install 时,我收到以下错误:
There was an error while trying to write to `Bundler does not have write access
to create a temp directory within C:/Users/Simon/AppData/Local/Temp. Bundler
must have write access to your systems temp directory to function properly. `.
It is likely that you need to grant write permissions for that path.
我检查了临时文件夹中的权限,一切正常。是否还有其他可能导致此错误的原因?
【问题讨论】: