Giter Site home page Giter Site logo

git-go's People

Contributors

austp avatar supergithubo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

supergithubo

git-go's Issues

Cannot push to remote permission denied

I'm trying to use your console to push to a remote server(ssh) but keep getting permission denied( public key denied).

This does not happen when I use the PC's terminal.

what could cause this and what would be a possible solution?

Add a history file which is loaded on startup - Question

Thx for the package. Works fine.

I'd like to ask if a history of commands is a possible feature?
Within a session I have access to all used commands.
After a restart of atom they are all lost.

This would be a pleasure-to-use-feature at least for me.

Uncaught Error: This socket is closed.

Reproduction:

  1. git push origin master
  2. ^C interrupt
  3. clear

Atom Version: 0.198.0
System: Microsoft Windows 8.1
Thrown From: git-go package, v1.0.1

Stack Trace

Uncaught Error: This socket is closed.

At events.js:141

Error: This socket is closed.
  at Socket._writeGeneric (net.js:634:19)
  at Socket._write (net.js:687:8)
  at doWrite (_stream_writable.js:295:12)
  at writeOrBuffer (_stream_writable.js:282:5)
  at Socket.Writable.write (_stream_writable.js:210:11)
  at Socket.write (net.js:612:40)
  at Object.module.exports.enterHandler (C:\Users\\.atom\packages\git-go\lib\console.coffee:279:20)
  at Object.module.exports.inputKeyupHandler (C:\Users\\.atom\packages\git-go\lib\console.coffee:178:32)
  at atom-text-editor.<anonymous> (C:\Users\\.atom\packages\git-go\lib\console.coffee:156:32)
  at atom-text-editor.jQuery.event.dispatch (C:\Users\\.atom\packages\git-go\node_modules\atom-space-pen-views\node_modules\space-pen\node_modules\jquery\dist\jquery.js:4435:9)
  at atom-text-editor.elemData.handle (C:\Users\\.atom\packages\git-go\node_modules\atom-space-pen-views\node_modules\space-pen\node_modules\jquery\dist\jquery.js:4121:28)

Commands

     -2:37.3.0 core:backspace (atom-text-editor.editor.is-focused)
     -2:35.8.0 core:save (atom-text-editor.editor.is-focused)
     -1:39.5.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -1:38.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:38.3.0 git-go:show (atom-text-editor.editor)
     -1:38 git-go:focus (ol.tabs)
 10x -1:34 core:backspace (atom-text-editor.editor.mini.is-focused)
  2x -1:31.6.0 core:confirm (atom-text-editor.editor.mini.is-focused)
 38x -1:23.9.0 core:backspace (atom-text-editor.editor.mini.is-focused)
  2x -1:01.5.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:40.8.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:37.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:34.1.0 git-go:select-console (atom-text-editor.editor.mini.is-focused)
     -0:34.1.0 git-go:focus (ol.tabs)
  2x -0:16 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "deprecation-cop",
      "archive-view",
      "spell-check",
      "snippets",
      "open-on-github",
      "metrics",
      "exception-reporting",
      "image-view",
      "styleguide",
      "link",
      "welcome",
      "bookmarks",
      "background-tips",
      "markdown-preview",
      "package-generator",
      "release-notes",
      "autocomplete",
      "git-diff"
    ],
    "autoHideMenuBar": true,
    "themes": [
      "one-light-ui",
      "base16-tomorrow-light-theme"
    ]
  }
}

Installed Packages

# User
git-go, v1.0.1
language-cmake, v0.1.3
language-glsl, v2.0.0

# Dev
No dev packages

Can this be made to use with `term2` instead?

There is a package term2 which allows to open a shell as an atom tab. So when I hit ctrl-g ctrl-g to open git-go, i would like to see a seperate tab (maybe even in another pane), which is just a normal bash on that file's path (with all the configuration i have customized), but augments it with some "helper tabs" that give descriptions about how to use git :-)

I'm observing a lot of "custom terminals" being made for atom, but after trying different approaches, i like term2 the most, because in the future i might even be able to save them with my current projects layout

Uncaught TypeError: Cannot read property 'length' of undefined

[Enter steps to reproduce below:]

  1. open pane
  2. use command git clone url foldername

Atom Version: 1.0.15
System: Mac OS X 10.10.5
Thrown From: git-go package, v1.0.1

Stack Trace

Uncaught TypeError: Cannot read property 'length' of undefined

At /Users/kendallarneaud/.atom/packages/git-go/lib/console.coffee:32

TypeError: Cannot read property 'length' of undefined
  at Object.module.exports.getCommand (/Users/kendallarneaud/.atom/packages/git-go/lib/console.coffee:32:36)
  at Object.module.exports.enterHandler (/Users/kendallarneaud/.atom/packages/git-go/lib/console.coffee:274:16)
  at Object.module.exports.inputKeyupHandler (/Users/kendallarneaud/.atom/packages/git-go/lib/console.coffee:178:32)
  at atom-text-editor.<anonymous> (/Users/kendallarneaud/.atom/packages/git-go/lib/console.coffee:156:32)
  at atom-text-editor.jQuery.event.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4435:9)
  at atom-text-editor.elemData.handle (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/jquery/dist/jquery.js:4121:28)

Commands

     -2:31 atomatigit:show (atom-text-editor.editor.is-focused)
     -2:24.4.0 git-control:toggle (atom-text-editor.editor.is-focused)
     -2:17.1.0 git-go:toggle (atom-pane.pane.active)
     -2:17 git-go:focus (ol.tabs)
     -0:26.1.0 core:paste (atom-text-editor.editor.mini.is-focused)
 25x -0:10.6.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:02.2.0 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "projectHome": "/Users/kendallarneaud/Documents/Git",
    "disabledPackages": [
      "browser-refresh-on-save",
      "autosave"
    ]
  }
}

Installed Packages

# User
atomatigit, v1.5.4
build, v0.46.0
command-toolbar, v1.0.12
compare-files, v0.6.2
git-control, v0.3.0
git-go, v1.0.1
git-log, v0.4.1
jshint, v1.7.0
language-diff, v0.3.1
linter, v1.5.2
linter-csslint, v1.0.5
linter-htmlhint, v0.1.1
linter-sass-lint, v0.1.4
npm, v0.1.0
rest-client, v0.4.0
sass-compiler, v0.4.0
sass-watch, v0.3.1

# Dev
No dev packages

Request: console colors

Excellent package! Any chance you can add console colors to process outputs? Eg., git diffs

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.