My OS is Windows XP professional. When following the steps from the following link: http://sites.google.com/a/insoshi.com/insoshi-guides/Git-Guides/quick-git-setup
I got following error: [EMAIL PROTECTED] /c/just4fun $ sh configure_insoshi_local.sh u196598 Cloning official insoshi repository... Initialized empty Git repository in c:/just4fun/insoshi/.git/ remote: Generating pack...←[K remote: Done counting 9353 objects.←[K remote: Deltifying 9353 objects...←[K remote: 100% (9353/9353) done←[K remote: Total 9353 (delta 5153), reused 9353 (delta 5153)←[K Receiving objects: 100% (9353/9353), 6.66 MiB | 77 KiB/s, done. Resolving deltas: 100% (5153/5153), done. Checking out files: 100% (2185/2185), done. Adding remote connection to forked repository... Fetching remote branch information... Permission denied (publickey). fatal: The remote end hung up unexpectedly ERROR encountered fetching branches from remote u196598 [EMAIL PROTECTED] /c/just4fun $ Looks like the publickey is the problem. I used puttygen to generate the key. The instruction steps can be found from the link: http://github.com/guides/providing-your-ssh-key Anyway, I followed the steps from the link: http://github.com/u196598/insoshi/tree/master to run the app on my on laptop. After installing necessary libraries and gems and configuring MySQL database, I did following steps without ANY errors: rake install rake db:test:prepare rake spec rake db:sample_data:reload ruby script/server The app is running fine on my pc without any issues. My questions are: 1. Is my publickey not right? If not right, what is the right way to generate it? 2. Is my Git environment not right? I got git info from the following link: http://code.google.com/p/msysgit/ and installed git by running Git-1.5.5-preview20080413.exe file. 3. What are exact Git commands under Windows XP to do check out and check in? These are two most important things for me now: check out so I can get the latest updates from the repository; check in so I can save my changes to the repository. Thanks a lot for your help! Brian --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
