spacemacs镜像未生效

我是window10操作系统 配置方式: 1、 在C:\Users\admin\AppData\Roaming.emacs.d\init.el ;; Without this comment emacs25.3 adds (package-initialize) here ;; (package-initialize)

(setenv "HOME" "F:/emacs")
(setenv "PATH" "F:/emacs")
(setq default-directory "~/")
(setq spacemacs-start-directory "F:/emacs/.emacs.d/spacemacs/")
(load-file (concat spacemacs-start-directory "init.el"))

2、 spacemacs的配置git clone在此目录:F:/emacs/.emacs.d/spacemacs/ 3、 修改user-config的elpa源为zilongshanren的镜像源

问题: 打开emacs,下载这些镜像的时候配置镜像没有生效,链接的还是melpa.org这些地址