Git Product home page Git Product logo

hub-windows's Introduction

hub for Windows

This is a Windows fork of hub tool.

hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier.

$ hub clone rtomayko/tilt

# expands to:
$ git clone git://github.com/rtomayko/tilt.git

hub can aliased as git, so you can type $ git <command> in the shell and get all the usual hub features.

Installation on Windows

Dependencies:

  • git 1.7.3 or newer
  • Ruby 1.8.6 or newer

Installation with MSYS Bash:

  1. Install msysgit
  2. Install Ruby with RubyInstaller
  3. Add ruby\bin\ to your system PATH variable
  4. Download hub into your git\bin\ folder

Installation without MSYS Bash:

  1. Install Git
  2. Add git\bin\ to your system PATH variable
  3. Install Ruby with RubyInstaller
  4. Add ruby\bin\ to your system PATH variable
  5. Create 'hub' folder and download hub and hub.bat into it
  6. Add hub\ to your system PATH variable

Set editor for pull requests

Full path to a Git editor must be specified. To do it, you may use one of the following commands:

$ git config --global core.editor "C:/Windows/notepad.exe"
$ git config --global core.editor "C:/Program Files/Git/share/vim/vim73/vim.exe"
$ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

More Info

Original hub tool: https://github.com/defunkt/hub

hub-windows's People

Contributors

akahn avatar bbinet avatar benpickles avatar blueyed avatar calebhearth avatar cehoffman avatar christian-oudard avatar defunkt avatar evanphx avatar fmayer avatar inkel avatar jfirebaugh avatar joliss avatar josh avatar joshthecoder avatar justinweiss avatar justquick avatar kch avatar mislav avatar nicklewis avatar nocash avatar novas0x2a avatar parndt avatar qrush avatar rkh avatar rtomayko avatar sferik avatar stephencelis avatar yradtsevich avatar zhuangya avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

sskytw

hub-windows's Issues

hub not asking for user/password

I followed the instructions for installation without msys bash. Hub doesn't seem to be able to log the username and password though. It keeps sending back an error
capture2
I thought maybe it was an issue with using http instead of ssh, as the repo I'm trying to work with is private. However checking out the repo under ssh yielded the same error.
Hub has not asked for my user/password as http://defunkt.io/hub/ says it should. Perhaps Hub is unable to find/create the necessary config file?

I've double checked my installation procedure and the only part that might have confused me is that I placed the /hub folder in git/bin/. Does it need be placed elsewhere? Can the credentials be set manually?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.