My colleague was working in one of the app using fuelphp i took the code tried to set up in my system but all the links are not working only welcome page is appearing not even the images. some body help me out how to solve the problem
For starters, how did you install it? If you didn't follow the installation guideliness as documented, did you update your rewrite rules and the configuration?
It also gives some pointers to non-standard installations. The DB config is not relevant at this point, if the site doesn't come up you have other issues.
You can't really. Our commandline tool, "oil", requires linux and the git commandline client to work.
On Windows, the easiest is to just download the zip file, and unpack that. Then point your webservers virtualhost docroot to the /public folder of what you have unpacked.
If you want a local git clone, you'll need a git client for Windows, and one that supports submodules, for example TortoiseGit. You can use that to clone the fuel/fuel repository using the link provided by github on the repository page, init and update the submodules. I don't use Windows personally, so I can't help you in more detail.