Содержание
- Diagnosis of git fetch/pull error
- 2 Answers 2
- Error: Cloning into bare repository fatal: read error: Invalid argument #5669
- Comments
- Footer
- Git pull — фатально: ошибка чтения: недопустимый аргумент
- 2 ответы
- Совместное использование Git Peer to Peer — фатально: ошибка чтения: неверный аргумент
- 1 ответы
- GIT fatal: failed to read object
- 2 Answers 2
- STEPS
- For more information about fixing corrupted or broken GIT repo.
Diagnosis of git fetch/pull error
The question about this problem has been asked several times already:
I have the same error, but am looking for a valid diagnosis method to conclude that its a network problem or git (don’t need to fix it afterwards).
Problem description
Git version that is used is 1.8.4.msysgit.0
Bare repo hosted with git daemon on one of the computers
git daemon —verbose —export-all —enable=receive-pack —base-path=»C:pathtogit_remotes»
Other computers use that repo via git protocol
People on other computers (all in same subnet) can sometimes do successful clone/pull/fetch/push . Other times they get the following error
Their actions are always detected in the shell where git daemon is started, even on failure. A local clone/pull/fetch/push from the daemon works always
Update: git fsck
On the local repo (one that always works). There is one dangling blob. On the bare repo (thats on the same computer as the local repo). No dangling blobs or commits.
On other non-bare repos (on other computer created by cloning the bare repo):
- one has multiple dangling blobs and commits
- one is clean
They both don’t function.
What is the meaning of the error above and can it be diagnosed with wireshark (it mentions some pack headers) to see if it’s a network or a git error?
2 Answers 2
There are several ways to go about debugging the problem. Since it’s claiming the pack header is wrong, it seems like it’s probably a server-side issue. Assuming you’re running under a unix-style operating system, you can try running:
To see some more information about what is happening under the hood. It may give a better indication where things are failing. However, to see actual data transfers, you should try:
That will dump what’s being transmitted on the wire. This would be the place to identify anything strange being passed between the client and the server.
All of that said, there was a bug fixed where git prune (which is executed automatically when repacking) would accidentally print to stdout and break the pack protocol. This was fixed in git 1.7.12.1, so the answer may be to simply upgrade Git.
If you’re running Ubuntu on the server, you can add the git-core PPA and get the latest stable version from there. Directions on how to do that are on the website.
Источник
Error: Cloning into bare repository fatal: read error: Invalid argument #5669
I can’t install tsd using npm because a git command is failing. Any ideas?
The text was updated successfully, but these errors were encountered:
Manually cloning the repo in the folder npm is trying to use works fine, so it does not seem to be a network or file permissions issue.
C:Usersu9AppDataRoamingnpm-cache_git-remotesgit-github-com-Bartvds-update-notifier—a420e038>git clone git://github.com/Bartvds/update-notifier/
Cloning into ‘update-notifier’.
remote: Counting objects: 261, done.
remote: Compressing objects: 100% (120/120), done.
remote: Total 261 (delta 133), reused 261 (delta 133)
Receiving objects: 100% (261/261), 46.97 KiB | 0 bytes/s, done.
Resolving deltas: 100% (133/133), done.
Checking connectivity. done.
Same problem here, getting same error running npm install tsd — but somehow command npm install update-notifer works
This problem was related to the DefinitelyTyped/tsd project it selfs.
More information about the fix and problem can be found here:
DefinitelyTyped/tsd#84
I think the issue can be closed now.
© 2023 GitHub, Inc.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Источник
Git pull — фатально: ошибка чтения: недопустимый аргумент
Я пытаюсь вытащить с помощью msysgit 1.8.1 (пробовал с 1.7.10 и .11 тоже с тем же результатом) и всегда получаю ошибку, которую я не знаю, как отладить/разрешить:
это занимает примерно 5 минут (тайм-аут?).
Что еще странно, что одна строка начинается с rRemote — ошибка в msysgit?
задан 21 июн ’13, 11:06
Вы понимаете not in list of known hosts тоже каждый раз? Не следует ли добавить .ssh/hosts ? Ваш .ssh папка доступна для записи? — Klas Mellbourn
@DavidSchwartz, Git для Windows (то, что OP ошибочно назвал «msysgit») не использует Cygwin и не связывается с cygwin.dll . — kostix
2 ответы
Клонирование/вытягивание из ssh://myserver:12345/myproject работает хорошо.
Но извлечение из URL-адреса, записанного в .gitmodules файл этого репо для подмодуля » src/jgit/main «нет.
Проверьте указанный URL-адрес и посмотрите, может ли работать другой протокол (например, https вместо ssh) (опять же, для URL-адреса подмодуля, как указано в .gitmodules файл репозитория, который вы только что вытащили).
Я нашел причину: подмодуль src/jgit/main имел два внешних. origin указал на официальный репозиторий jgit, а другой — на наш клон репозитория jgit. После удаления origin и переименовав другой в origin , оно работает. Похоже, у меня были проблемы с извлечением из официального репозитория jgit.
+1. Это подтверждает мой собственный ответ относительно проблемы с URL-адресом подмодуля. — ФонК
Не тот ответ, который вы ищете? Просмотрите другие вопросы с метками git msysgit or задайте свой вопрос.
Источник
Совместное использование Git Peer to Peer — фатально: ошибка чтения: неверный аргумент
В Git я попробовал одноранговый обмен в своей локальной сети, но закончил с ошибкой «фатальная: ошибка чтения: неверный аргумент».
Я выполнил следующие шаги.
Версия Git: версия git 1.7.11.msysgit.0 ОС: Win XP Примечание: добавлен порт 9418 git в настройках брандмауэра на обоих ПК.
Пожалуйста, помогите мне, как решить эту проблему.
задан 12 июля ’12, 07:07
Имеет ли ваша testrepo есть хотя бы один коммит? — VonC
Да, Vonc, у него есть два или более коммитов — Seenivasan
я бы поостерегся использовать . в вашем базовом пути (у которого есть только один — BTW). Использует ли —base-path=/d/all-repos что-нибудь изменить? Кроме того, что идет git fetch -v показывать? — brianz
Вы можете использовать GIT_TRACE=2 git чтобы увидеть немного больше того, что происходит. — user1338062
Я понимаю, что это, вероятно, просто опечатка в вашем сообщении, но вы поставили 2 тире перед базовым путем, верно? — Jonathan Wren
1 ответы
При выполнении следующих шагов все работает:
Это означает, что либо что-то не так с любым из ваших репозиториев, либо это проблема не git, а проблема сети. В любом случае, вы должны попытаться решить свою проблему с помощью более интерактивного процесса, чем stackoverflow, возможно, с помощью какого-нибудь IRC-канала #git.
Не тот ответ, который вы ищете? Просмотрите другие вопросы с метками git or задайте свой вопрос.
Источник
GIT fatal: failed to read object
I am a beginner in GIT and now I meet with a big problem. I commit and push some files in another PC and now on my home PC git is broken.
Please look below:
Is it any possibiliti to repair my git?
EDIT: Just delete .git folder. Change name of project folder Clone from github Add new files from my older folder.
I I could do this because I only added new files without any changes to the code.
2 Answers 2
First of all the problem, your facing is corrupted git repository. It’s something odd that many can face, one of the reason when the laptop or PC power outage can cause.
There are certain steps you can follow which can help you to solve the problem:
STEPS
What you can do is to replace the object in .git / refs / heads / my-working-branch» with «.git / logs / HEAD and submit the successful object.
After step1 your git status -s and other commands to return to normal, you can use gitk or other gui tool or just git log will show you the commits.
Then use the git fsck —full command to see if there will be the same as the title of the error. If you found the problem then you need to delete the problem in .git / objects /» .
Then repeat the step 3, until there is no error with the title, to this Git repair is complete.
For more information about fixing corrupted or broken GIT repo.
Источник
Recently, I was facing the git fatal error when I pull new changes from remote repository, This is probably due to my computer was shutdown due to power cut, I had faced similar error previously and I’ll explain that we well in my next post
I was getting the following error when I use git pull command
Error when loading gists from https://gist.github.com/.
$ git pullremote: Counting objects: 85, done.remote: Compressing objects: 100% (37/37), done.remote: Total 85 (delta 63), reused 69 (delta 48)Unpacking objects: 100% (85/85), done.error: inflate: data stream error (unknown compression method)fatal: failed to read object 8b0fd4094630fea108b60faa15535ffbc85d87cb: Invalid argumenterror: http://myremoterepo.com/project.git did not send all necessary objects |
I was able to switch to another local branch, I was able to create new local branch from few remove branches but not all. I was also able to make new commit in local repository. This means I git repository is not crashed fully but there are some issues with refs (SHA1 hash pointers).
For the branches where you can not pull or fetch, you should get the following output.
Error when loading gists from https://gist.github.com/.
> $ git status On branch vikas Your branch is based on ‘origin/master’,> but the upstream is gone. (use "git branch —unset—upstream" to> fixup) nothing to commit, working directory clean |
Now, backup your .git folder first. Then use git fsck command to see if there is an error. I got following output
Error when loading gists from https://gist.github.com/.
$ git fsck —fullerror: inflate: data stream error (unknown compression method)error: unable to unpack 38fe6f16c7e8246d61150f0bc42629dbb532b5ce headererror: inflate: data stream error (unknown compression method)fatal: loose object 38fe6f16c7e8246d61150f0bc42629dbb532b5ce (stored in .git/objects/38/fe6f16c7e8246d61150f0bc42629dbb532b5ce) is corrupt |
I deleted the file .git/objects/38/fe6f16c7e8246d61150f0bc42629dbb532b5ce and continuing these steps until I get following output:
Error when loading gists from https://gist.github.com/.
$ git fsck —fullChecking object directories: 100% (256/256), done.Checking objects: 100% (168543/168543), done.error: refs/remotes/origin/staging: invalid sha1 pointer 0000000000000000000000000000000000000000error: refs/remotes/origin/development: invalid sha1 pointer 0000000000000000000000000000000000000000error: refs/remotes/origin/master: invalid sha1 pointer 0000000000000000000000000000000000000000error: bad ref for refs/remotes/origin/stagingbroken link from commit 8b0fd4094630fea108b60faa15535ffbc85d87cb to commit bac9f287963b1abb9e4b376b44b4a6500018e9feChecking connectivity: 169821, done.dangling blob 750718546640b5b14c19cbdb9958d7bcc4b1114cdangling blob e313786318d4c76004728f15a25c6fa68c88b67edangling blob ee3fd85992b48173f6c344a9f4a2f9667d4e1940dangling blob cd4898a3ec525e559292337c0bc6b68a77270b52dangling blob 9973506f35af1bf4e7790be57b02c70852843f92dangling blob 47ca4080b9a528efe23c9f7dce994815f5f9162adangling blob 39d6807d215a7e74fb987d951a90e1d3e24a97ebdangling blob c0d650286c3702d56b827eded27eaa9515212847dangling commit 53db70d776ec7a59c10db106ef2585abea1ffddd… |
Output says that 3 remote rerfs are invalid. I removed those 3 refs (.git/refs/remotes/origin/master, .git/refs/remotes/origin/staging, .git/refs/remotes/origin/development) and voila! I was able to pull and push.
I can’t install tsd using npm because a git command is failing. Any ideas?
c:gitshell>npm install tsd
npm WARN package.json package.json@0.0.0 No repository field.
npm http GET https://registry.npmjs.org/tsd
npm http 304 https://registry.npmjs.org/tsd
npm http GET https://registry.npmjs.org/q
npm http GET https://registry.npmjs.org/tv4-reporter
npm http GET https://registry.npmjs.org/tv4
npm http GET https://registry.npmjs.org/json-pointer
npm http GET https://registry.npmjs.org/exit
npm http GET https://registry.npmjs.org/q-io
npm http GET https://registry.npmjs.org/uri-templates/0.1.2
npm http GET https://registry.npmjs.org/open
npm http GET https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/assertion-error/1.0.0
npm http GET https://registry.npmjs.org/minimist/0.0.7
npm http GET https://registry.npmjs.org/jsesc
npm http GET https://registry.npmjs.org/ministyle
npm http GET https://registry.npmjs.org/js-yaml
npm http GET https://registry.npmjs.org/semver
npm http GET https://registry.npmjs.org/miniwrite
npm http GET https://registry.npmjs.org/detect-indent
npm http GET https://registry.npmjs.org/minitable
npm http GET https://registry.npmjs.org/bufferstream
npm http GET https://registry.npmjs.org/es6-shim/0.9.1
npm http GET https://registry.npmjs.org/weak-map
npm http GET https://registry.npmjs.org/request
npm http GET https://registry.npmjs.org/universal-analytics
npm http GET https://registry.npmjs.org/event-stream
npm http GET https://registry.npmjs.org/uuid
npm WARN `git config --get remote.origin.url` returned wrong result (git://github.com/Bartvds/update-notifier/)
npm http 304 https://registry.npmjs.org/q
npm http 304 https://registry.npmjs.org/exit
npm http 304 https://registry.npmjs.org/json-pointer
npm http 304 https://registry.npmjs.org/tv4
npm http 304 https://registry.npmjs.org/q-io
npm http 304 https://registry.npmjs.org/tv4-reporter
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/uri-templates/0.1.2
npm http 304 https://registry.npmjs.org/open
npm http 304 https://registry.npmjs.org/minimist/0.0.7
npm http 304 https://registry.npmjs.org/js-yaml
npm http 304 https://registry.npmjs.org/ministyle
npm http 304 https://registry.npmjs.org/assertion-error/1.0.0
npm http 304 https://registry.npmjs.org/semver
npm http 304 https://registry.npmjs.org/jsesc
npm http 304 https://registry.npmjs.org/miniwrite
npm http 304 https://registry.npmjs.org/minitable
npm http 304 https://registry.npmjs.org/bufferstream
npm http 304 https://registry.npmjs.org/detect-indent
npm http 304 https://registry.npmjs.org/request
npm http 304 https://registry.npmjs.org/weak-map
npm http 304 https://registry.npmjs.org/es6-shim/0.9.1
npm http 304 https://registry.npmjs.org/event-stream
npm http 304 https://registry.npmjs.org/uuid
npm http 304 https://registry.npmjs.org/universal-analytics
npm ERR! git clone git://github.com/Bartvds/update-notifier/ Cloning into bare repository 'C:Usersu9AppDataRoamingnpm-cache_git-remotesgit-github-com-Bartvds-update-notifier--a420e038'...
npm ERR! git clone git://github.com/Bartvds/update-notifier/ fatal: read error: Invalid argument
npm ERR! Error: Command failed: Cloning into bare repository 'C:Usersu9AppDataRoamingnpm-cache_git-remotesgit-github-com-Bartvds-update-notifier--a420e038'...
npm ERR! fatal: read error: Invalid argument
npm ERR!
npm ERR! at ChildProcess.exithandler (child_process.js:637:15)
npm ERR! at ChildProcess.EventEmitter.emit (events.js:98:17)
npm ERR! at maybeClose (child_process.js:743:16)
npm ERR! at Process.ChildProcess._handle.onexit (child_process.js:810:5)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files (x86)\nodejs\\node.exe" "C:\Program Files (x86)\nodejs\node_modules\npm\bin\npm-cli.js" "install" "tsd"
npm ERR! cwd c:gitshell
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code 128
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! c:gitshellnpm-debug.log
npm ERR! not ok code 0
Manually cloning the repo in the folder npm is trying to use works fine, so it does not seem to be a network or file permissions issue.
C:Usersu9AppDataRoamingnpm-cache_git-remotesgit-github-com-Bartvds-update-notifier—a420e038>git clone git://github.com/Bartvds/update-notifier/
Cloning into ‘update-notifier’…
remote: Counting objects: 261, done.
remote: Compressing objects: 100% (120/120), done.
remote: Total 261 (delta 133), reused 261 (delta 133)
Receiving objects: 100% (261/261), 46.97 KiB | 0 bytes/s, done.
Resolving deltas: 100% (133/133), done.
Checking connectivity… done.
Same problem here, getting same error running npm install tsd — but somehow command npm install update-notifer works
$ npm install tsd -g npm http GET https://registry.npmjs.org/tsd npm http 304 https://registry.npmjs.org/tsd npm http GET https://registry.npmjs.org/q npm http GET https://registry.npmjs.org/open npm http GET https://registry.npmjs.org/mkdirp npm http GET https://registry.npmjs.org/q-io npm http GET https://registry.npmjs.org/exit npm http GET https://registry.npmjs.org/tv4-reporter npm http GET https://registry.npmjs.org/uri-templates/0.1.2 npm http GET https://registry.npmjs.org/semver npm http GET https://registry.npmjs.org/assertion-error/1.0.0 npm http GET https://registry.npmjs.org/minimist/0.0.7 npm http GET https://registry.npmjs.org/jsesc npm http GET https://registry.npmjs.org/json-pointer npm http GET https://registry.npmjs.org/ministyle npm http GET https://registry.npmjs.org/js-yaml npm http GET https://registry.npmjs.org/tv4 npm http GET https://registry.npmjs.org/miniwrite npm http GET https://registry.npmjs.org/minitable npm http GET https://registry.npmjs.org/event-stream npm http GET https://registry.npmjs.org/bufferstream npm http GET https://registry.npmjs.org/es6-shim/0.9.1 npm http GET https://registry.npmjs.org/request npm http GET https://registry.npmjs.org/universal-analytics npm http GET https://registry.npmjs.org/detect-indent npm http GET https://registry.npmjs.org/uuid npm http GET https://registry.npmjs.org/weak-map npm WARN `git config --get remote.origin.url` returned wrong result (git://githu b.com/Bartvds/update-notifier/) npm http 304 https://registry.npmjs.org/q npm http 304 https://registry.npmjs.org/mkdirp npm http 304 https://registry.npmjs.org/open npm http 304 https://registry.npmjs.org/q-io npm http 304 https://registry.npmjs.org/tv4-reporter npm http 304 https://registry.npmjs.org/uri-templates/0.1.2 npm http 304 https://registry.npmjs.org/assertion-error/1.0.0 npm http 304 https://registry.npmjs.org/minimist/0.0.7 npm http 304 https://registry.npmjs.org/jsesc npm http 304 https://registry.npmjs.org/json-pointer npm http 304 https://registry.npmjs.org/ministyle npm http 304 https://registry.npmjs.org/js-yaml npm http 304 https://registry.npmjs.org/tv4 npm http 304 https://registry.npmjs.org/miniwrite npm http 304 https://registry.npmjs.org/minitable npm http 304 https://registry.npmjs.org/event-stream npm http 304 https://registry.npmjs.org/bufferstream npm http 304 https://registry.npmjs.org/es6-shim/0.9.1 npm http 304 https://registry.npmjs.org/request npm http 304 https://registry.npmjs.org/universal-analytics npm http 304 https://registry.npmjs.org/detect-indent npm http 304 https://registry.npmjs.org/uuid npm http 304 https://registry.npmjs.org/weak-map npm http 304 https://registry.npmjs.org/exit npm ERR! git clone git://github.com/Bartvds/update-notifier/ Cloning into bare r epository 'C:Usersz003019sAppDataRoamingnpm-cache_git-remotesgit-github-c om-Bartvds-update-notifier--a420e038'... npm ERR! git clone git://github.com/Bartvds/update-notifier/ fatal: unable to co nnect to github.com: npm ERR! git clone git://github.com/Bartvds/update-notifier/ github.com[0: 192.3 0.252.131]: errno=No error npm ERR! git clone git://github.com/Bartvds/update-notifier/ github.com[1: 192.3 0.252.128]: errno=No error npm ERR! Error: Command failed: Cloning into bare repository 'C:Usersz003019s AppDataRoamingnpm-cache_git-remotesgit-github-com-Bartvds-update-notifier--a 420e038'... npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 192.30.252.131]: errno=No error npm ERR! github.com[1: 192.30.252.128]: errno=No error npm ERR! npm ERR! npm ERR! at ChildProcess.exithandler (child_process.js:637:15) npm ERR! at ChildProcess.EventEmitter.emit (events.js:98:17) npm ERR! at maybeClose (child_process.js:743:16) npm ERR! at Process.ChildProcess._handle.onexit (child_process.js:810:5) npm ERR! If you need help, you may report this *entire* log, npm ERR! including the npm and node versions, at: npm ERR! <http://github.com/npm/npm/issues> npm ERR! System Windows_NT 6.1.7601 npm ERR! command "c:\Program Files\nodejs\node.exe" "c:\Program Files\nodej s\node_modules\npm\bin\npm-cli.js" "install" "tsd" "-g" npm ERR! cwd d:projectstotaljs_typescript_examplesangularjs npm ERR! node -v v0.10.26 npm ERR! npm -v 1.4.3 npm ERR! code 128 npm http 304 https://registry.npmjs.org/semver npm ERR! npm ERR! Additional logging details can be found in: npm ERR! d:projectstotaljs_typescript_examplesangularjsnpm-debug.log npm ERR! not ok code 0
$ npm install update-notifier
npm WARN package.json @ No repository field.
npm http GET https://registry.npmjs.org/update-notifier
npm http 304 https://registry.npmjs.org/update-notifier
npm http GET https://registry.npmjs.org/chalk
npm http GET https://registry.npmjs.org/latest-version
npm http GET https://registry.npmjs.org/semver-diff
npm http GET https://registry.npmjs.org/configstore
npm http GET https://registry.npmjs.org/string-length
npm http 304 https://registry.npmjs.org/chalk
npm http 304 https://registry.npmjs.org/latest-version
npm http 304 https://registry.npmjs.org/semver-diff
npm http 304 https://registry.npmjs.org/configstore
npm http 304 https://registry.npmjs.org/string-length
npm http GET https://registry.npmjs.org/semver
npm http GET https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/js-yaml
npm http GET https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/strip-ansi
npm http GET https://registry.npmjs.org/uuid
npm http GET https://registry.npmjs.org/object-assign
npm http GET https://registry.npmjs.org/osenv
npm http GET https://registry.npmjs.org/escape-string-regexp
npm http GET https://registry.npmjs.org/ansi-styles
npm http GET https://registry.npmjs.org/package-json
npm http GET https://registry.npmjs.org/has-ansi
npm http GET https://registry.npmjs.org/strip-ansi
npm http GET https://registry.npmjs.org/supports-color
npm http 304 https://registry.npmjs.org/semver
npm http 304 https://registry.npmjs.org/js-yaml
npm http 304 https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/uuid
npm http 304 https://registry.npmjs.org/object-assign
npm http 304 https://registry.npmjs.org/osenv
npm http 304 https://registry.npmjs.org/escape-string-regexp
npm http 304 https://registry.npmjs.org/ansi-styles
npm http 304 https://registry.npmjs.org/package-json
npm http 304 https://registry.npmjs.org/has-ansi
npm http 304 https://registry.npmjs.org/strip-ansi
npm http 304 https://registry.npmjs.org/supports-color
npm http 304 https://registry.npmjs.org/strip-ansi
npm http GET https://registry.npmjs.org/got
npm http GET https://registry.npmjs.org/registry-url
npm http GET https://registry.npmjs.org/ansi-regex
npm http GET https://registry.npmjs.org/ansi-regex
npm http 304 https://registry.npmjs.org/got
npm http 304 https://registry.npmjs.org/registry-url
npm http 304 https://registry.npmjs.org/ansi-regex
npm http 304 https://registry.npmjs.org/ansi-regex
npm http GET https://registry.npmjs.org/ansi-regex
npm http 200 https://registry.npmjs.org/ansi-regex
npm http GET https://registry.npmjs.org/npmconf
npm http GET https://registry.npmjs.org/minimist/0.0.8
npm http 304 https://registry.npmjs.org/npmconf
npm http 304 https://registry.npmjs.org/minimist/0.0.8
npm http GET https://registry.npmjs.org/argparse
npm http GET https://registry.npmjs.org/esprima
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/ini
npm http GET https://registry.npmjs.org/nopt
npm http GET https://registry.npmjs.org/config-chain
npm http GET https://registry.npmjs.org/once
npm http GET https://registry.npmjs.org/uid-number/0.0.5
npm http 304 https://registry.npmjs.org/argparse
npm http 304 https://registry.npmjs.org/esprima
npm http 304 https://registry.npmjs.org/config-chain
npm http 304 https://registry.npmjs.org/once
npm http 304 https://registry.npmjs.org/uid-number/0.0.5
npm http 304 https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/underscore.string
npm http 304 https://registry.npmjs.org/nopt
npm http 304 https://registry.npmjs.org/ini
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/underscore.string
npm http GET https://registry.npmjs.org/abbrev
npm http GET https://registry.npmjs.org/proto-list
npm http 304 https://registry.npmjs.org/abbrev
npm http 304 https://registry.npmjs.org/proto-list
update-notifier@0.2.1 node_modulesupdate-notifier
├── chalk@0.5.1 (escape-string-regexp@1.0.2, ansi-styles@1.1.0, supports-color@0
.2.0, strip-ansi@0.3.0, has-ansi@0.1.0)
├── string-length@1.0.0 (strip-ansi@2.0.0)
├── semver-diff@1.0.0 (semver@3.0.1)
├── latest-version@1.0.0 (package-json@1.0.0)
└── configstore@0.3.1 (object-assign@0.3.1, osenv@0.1.0, graceful-fs@3.0.2, uuid
@1.4.1, mkdirp@0.5.0, js-yaml@3.0.2)
Solution:
npm install git+https://github.com/DefinitelyTyped/tsd -g
This problem was related to the DefinitelyTyped/tsd project it selfs.
More information about the fix and problem can be found here:
DefinitelyTyped/tsd#84
I think the issue can be closed now.