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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extracting release:
Shelling out to tar:
Running command: 'powershell tar --no-same-owner -xzf <the release> -C C:\Users\439\.bosh\tmp\bosh-release190507123', stdout: '', stderr: '/usr/bin/tar: C\:\\Users#9\\.bosh\tmp\bosh-release190507123: Cannot open: No such file or directory
/usr/bin/tar: Error is not recoverable: exiting now
':
exit status 1
Exit code 1
It looks like the Users\439 part is getting turned into Users#9. The number 43 in octal corresponds to '#' in ASCII so it looks like this is an escaping issue of some kind.
The expected behavior is to successfully extract the archive and upload the release.
Thanks,
Theo
The text was updated successfully, but these errors were encountered:
@theozaurus That error is because the folder containing tar.exe isn't in your PATH environment variable. Use BSD tar from bosh-agent, as the tar that comes with Git for Windows (usr\bin folder off the installation) requires building your own release of bosh with this pull request added to it.
This issue was marked as Stale because it has been open for 21 days without any activity. If no activity takes place in the coming 7 days it will automatically be close. To prevent this from happening remove the Stale label or comment below.
This issue was closed because it has been labeled Stale for 7 days without subsequent activity. Feel free to re-open this issue at any time by commenting below.
Hi,
When running on Windows:
We get the error
It looks like the Users\439 part is getting turned into Users#9. The number 43 in octal corresponds to '#' in ASCII so it looks like this is an escaping issue of some kind.
The expected behavior is to successfully extract the archive and upload the release.
Thanks,
Theo
The text was updated successfully, but these errors were encountered: