tpope / pickler

PIvotal traCKer Liaison to cucumbER
MIT License
299 stars 23 forks source link

Fix to error: The provided requested_by user 'Philippe' is not a valid member of the project. #4

Closed pcreux closed 14 years ago

pcreux commented 14 years ago

Fix: Remove spaces from my Pivotal profile name: "Philippe Creux" => "Philippe"

tpope commented 14 years ago

Since there's no way (last I checked) to find out the current user with the API, Pickler defaults to scraping it from GECOS (require 'etc', Etc.getpwuid.gecos). You can override this by putting a "real_name" option in your .tracker.yml. (All this should probably be better documented). Does this resolve your issue?