Solve the problem that OS X 10.11 El Capitan cannot connect to Apple store and log in with Apple ID

Solve the problem that OS X 10.11 El Capitan cannot connect to Apple store and log in with Apple ID

 

After completing the OS X El Capitan deployment of Win-VMware recently, I found that I could not connect after opening the apple store, and the page could not be displayed.

There are following solutions after Google.

 

step 1 

Force quit Apple store process

 

step 2 

Open a terminal and enter the following command:

sudo pkill -9 -f Account

sudo rm $HOME/Library/Accounts/*

 To do this, you need to provide the administrator password, just enter the password and hit Enter.

 

step 3

After completing the first two steps, you can already enter the apple store, but you find that your apple ID cannot log in:

This action cant be Completed!

At this point, you can enter the following command in the terminal terminal:

sudo mkdir -p /Users/Shared

sudo chown root:wheel /Users/Shared

sudo chmod -R 1777 /Users/Shared

 

At this point, your Apple ID can be logged in the Apple store.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326169743&siteId=291194637