English 中文(简体)
I tried to install Cocoapods on my mac but got an No write permissions error. Suggestions?
原标题:

Here is the command I entered:

Mdn@Macbook ~ % gem install activesupport -v 6.1.7.6

And here is the response I got:

Fetching zeitwerk-2.6.11.gem Fetching activesupport-6.1.7.6.gem ERROR: While executing gem ... (Gem::FilePermissionError) You don t have write permissions for the /Library/Ruby/Gems/2.6.0 directory.

Please note:

I am the owner and admin of this computer, so I am confused with the message that I don t have write permissions.

问题回答

暂无回答




相关问题
SwiftUI: How do I position a button x points above a sheet?

I am trying to recreate a Maps-style UI with a persistent bottom sheet and controls fixed above. Apple Maps UI with controls above ☝️ Example here, the "Look Around" binoculars button and ...

BraintreeDropIn deprecated functions error

I m getting this error on the latest release of BraintreeDropIn, I really don t get it since based on the patch notes, this should ve been addressed already, I have already tried cleaning derived data,...

how to limit zoom level in map swift ui?

how to limit zoom level in map swift ui i have map and need to make zoom level limited Map(coordinateRegion: $region,annotationItems: viewModel.nearbyGyms) { item in ...

UIImageView - How to get the file name of the image assigned?

Is it possible to read the name of an UIImageView s UIImage that s presently stored in the UIImageView? I was hoping you could do something kind of like this, but haven t figured it out. NSString *...

热门标签