by delraydavis on February 6, 2012
Just started building some documentation in the Drupal API modules I built that employ the 3scale API management services. Using the modulename_help hook function.
Normally these files seem to display simple instructions, or information. In this particular instance I decided that code samples would be the most helpful. You can download the updated files from GitHub
by delraydavis on February 4, 2012
My first foray into the world of Git was marred by errors and connection problems.
As it turns out, during the installation process of Git, it was detected I had used Putty previously (I normally use Putty as my SSH of choice when working with amazon EC2 instances), and Git wanted to know if I would like to utilize Putty instead of Git’s native functionality. This where I went wrong.
In trying to connect to my Git repository on Github, all I could get in response from a push attempt was error after error after error. So after 2 days of research and a screaming headache I found that the error I was running into was due to either TIS or CryptoCard authentication methods being used. Putty defaults this preference to deselected. Now with no way of adjusting the Putty settings from within Git, and knowing no way of undoing what I had done during installation, I was left with uninstalling and reinstalling Git with the right configuration.
Worked like a charm! Hope this helps someone avoid the mess I stepped in.