缘由是个人服务器绑定了ip,须要修改/config/main.php 的ipFilters值为你的ip。
php
'modules'=>array( // uncomment the following to enable the Gii tool 'gii'=>array( 'class'=>'system.gii.GiiModule', 'password'=>'123456', // If removed, Gii defaults to localhost only. Edit carefully to taste. 'ipFilters'=>array('192.168.1.31','::1'), ),