Questions tagged [jfrog]
5 questions
6
votes
0 answers
Avoiding the `npm login` (`npm adduser') email prompt in npm & jFrog artifactory
When I do npm login (alias of npm adduser) I ALWAYS get prompted for my email address.
Username: ...
Password: ...
Email: (this IS public) ...
This is obnoxious. I've done npm config -g set email ... and confirmed that it sticks. I've confirmed…
Jason Kleban
- 951
1
vote
1 answer
jfrog rt dl <> doesn't download the file specified
This is the command which I am trying to use to download a zip file from artifactory.
./jfrog rt dl https://ubit-artifactory-ba.xxxx.com/artifactory/my_repo/example.zip
I have the URL, server ID, username and password already set.
This is my log…
shim_mang
- 111
- 1
- 4
0
votes
0 answers
Why does this PowerShell command first request writing all bytes before uploading to JFrog Artifactory and how can I make it stream bytes immediately?
I upload a 150 MB file via PowerShell to a JFrog Artifactory server as follows:
$FilePath = "dataset.tar.gz"
$URL = "https://artifactory.somesite.com/artifactory/project1/dataset.tar.gz"
$ARTIFACTORY_API_TOKEN = "redacted"
Invoke-RestMethod -Uri…
Franck Dernoncourt
- 24,246
- 64
- 231
- 400
0
votes
1 answer
ValueError: invalid literal for int() with base 10 when trying to install pip
I've had this error with pip for a day or two now. Originally, I thought it was a problem with pip itself, because it would error out and fail whenever I tried to install a package. So, I uninstalled pip with the intention of reinstalling it and…
0
votes
1 answer
Artifactory: Failed to parse mime types, version not found
We are trying to update artifactory from 6.1 to 6.11. A harmless update, some might say, but that's not taking into account murphy's law!
We use the recommended procedure from jfrog for updating, which is updating the package: sudo yum update…
Alexis Lessard
- 101