Skip to content

Instantly share code, notes, and snippets.

@kimsrung
kimsrung / gist:deff9e2b13410fecbe42
Created December 2, 2015 06:12
useful links for GA Config
http://codedbot.com/questions/372621/google-analytics-api-user-does-not-have-sufficient-permissions-for-this-accoun
For those who has problems with OpenSSL::SSL::SSLError SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed on your machine:
rvm remove 2.1.5
brew install openssl
rvm install 2.1.5 --with-openssl-dir=`brew --prefix openssl`