Joined June 2013
·
Achievements
236 Karma
15,823 Total ProTip Views

Nephila Komaci
Have at least one original repos where PHP is the dominant language

Charity
Fork and commit to someone's open source project in need

Mongoose
Have at least one original repo where Ruby is the dominant language
@adamcohen If you have different uid/gids between host and client, try this config parameters in your vagrant file. No need to change ids in your vm:
config.nfs.map_uid = Process.uid
config.nfs.map_gid = Process.gid