Code Monkey home page Code Monkey logo

daun's People

Contributors

ceilfors avatar

Watchers

 avatar  avatar

Forkers

ltd-beget jancrot

daun's Issues

authentication required but no callback set

Private key and public key set up properly.. confirmed!

Using git directly:
[opengrok@ukfhpapgsg02 test]$ git clone ssh://[email protected]/pow/collections-pom.git collections-pom
Cloning into 'collections-pom'...
remote: Counting objects: 129, done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 129 (delta 71), reused 129 (delta 71)
Receiving objects: 100% (129/129), 17.62 KiB | 0 bytes/s, done.
Resolving deltas: 100% (71/71), done.

Using daun:
[opengrok@ukfhpapgsg02 test]$ daun init ssh://[email protected]/pow/collections-pom.git collections-pom
[opengrok@ukfhpapgsg02 test]$ cd collections-pom/
[opengrok@ukfhpapgsg02 collections-pom]$ daun checkout
Fetching git repository..
/usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:78:in fetch': authentication required but no callback set (Rugged::SshError) from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:78:in fetch_refs'
from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:34:in checkout' from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/cli.rb:17:in checkout'
from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/command.rb:27:in run' from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/invocation.rb:126:in invoke_command'
from /usr/local/share/gems/gems/thor-0.19.1/lib/thor.rb:359:in dispatch' from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/base.rb:440:in start'
from /usr/local/share/gems/gems/daun-0.1.2/exe/daun:3:in <top (required)>' from /usr/local/bin/daun:23:in load'
from /usr/local/bin/daun:23:in `

'

Unable to Checkout After Setting daun.tag.limit

[hendraj@ukfhpapgsg02 demo]$ daun init http://hendraj:[email protected]/scm/pow/product.git src
[hendraj@ukfhpapgsg02 demo]$ cd src/
[hendraj@ukfhpapgsg02 src]$ git config daun.tag.limit 10
[hendraj@ukfhpapgsg02 src]$ cat .git/config
[core]
bare = false
filemode = true
logallrefupdates = true
[core]
repositoryformatversion = 0
[remote "origin"]
url = http://hendraj:[email protected]/scm/pow/product.git
[remote "origin"]
fetch = +refs/heads/:refs/remotes/origin/
[daun "tag"]
blacklist = ""
[daun "tag"]
limit = 10
[daun "branch"]
blacklist = ""

[hendraj@ukfhpapgsg02 src]$ daun checkout
Fetching git repository..
/usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:127:in take': attempt to take negative size (ArgumentError) from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:127:inkeep_new_tags'
from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:83:in fetch_refs' from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:34:incheckout'
from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/cli.rb:17:in checkout' from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/command.rb:27:inrun'
from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/invocation.rb:126:in invoke_command' from /usr/local/share/gems/gems/thor-0.19.1/lib/thor.rb:359:indispatch'
from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/base.rb:440:in start' from /usr/local/share/gems/gems/daun-0.1.2/exe/daun:3:in<top (required)>'
from /usr/local/bin/daun:23:in load' from /usr/local/bin/daun:23:in

'

Unable to Checkout Using HTTPS Protocol

[hendraj@ukfhpapgsg02 src]$ daun init https://hendraj:[email protected]/scm/pow/product.git .

[hendraj@ukfhpapgsg02 src]$ daun checkout
Fetching git repository..
/usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:78:in fetch': Unsupported URL protocol (Rugged::NetworkError) from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:78:infetch_refs'
from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:34:in checkout' from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/cli.rb:17:incheckout'
from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/command.rb:27:in run' from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/invocation.rb:126:ininvoke_command'
from /usr/local/share/gems/gems/thor-0.19.1/lib/thor.rb:359:in dispatch' from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/base.rb:440:instart'
from /usr/local/share/gems/gems/daun-0.1.2/exe/daun:3:in <top (required)>' from /usr/local/bin/daun:23:inload'
from /usr/local/bin/daun:23:in `

'

Unable to Checkout Using SSH Protocol

[hendraj@ukfhpapgsg02 src]$ daun init ssh://[email protected]/pow/product.git .

[hendraj@ukfhpapgsg02 src]$ daun checkout
Fetching git repository..
/usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:78:in fetch': Unsupported URL protocol (Rugged::NetworkError) from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:78:infetch_refs'
from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/rugged_daun.rb:34:in checkout' from /usr/local/share/gems/gems/daun-0.1.2/lib/daun/cli.rb:17:incheckout'
from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/command.rb:27:in run' from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/invocation.rb:126:ininvoke_command'
from /usr/local/share/gems/gems/thor-0.19.1/lib/thor.rb:359:in dispatch' from /usr/local/share/gems/gems/thor-0.19.1/lib/thor/base.rb:440:instart'
from /usr/local/share/gems/gems/daun-0.1.2/exe/daun:3:in <top (required)>' from /usr/local/bin/daun:23:inload'
from /usr/local/bin/daun:23:in `

'

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.