通过git获取源码:

git clone https://android.googlesource.com/platform/frameworks/volley
获取源码可能需要挂上代理。

windows命令行设置当前命令行代理的方法:

set http_proxy=http://user:password@host:port

Linux系统临时设置当前终端代理的方法:

export http_proxy="http://user:passwd@host:port"
export https_proxy="http://user:passwd@host:port"