René's URL Explorer Experiment


Title: [MSYS BUG][Reason Discovered] ~ is resolved to msys home instead of remote home · Issue #180 · coder/sshcode · GitHub

Open Graph Title: [MSYS BUG][Reason Discovered] ~ is resolved to msys home instead of remote home · Issue #180 · coder/sshcode

X Title: [MSYS BUG][Reason Discovered] ~ is resolved to msys home instead of remote home · Issue #180 · coder/sshcode

Description: NOTICE: This first post is for when using sshcode user@server ~/X paths, DISCLAIMER: This example was shown to affect both sshcode 10 builds and custom builds that use code-server 3.X When you feed sshcode ~/ instead of "~/", it will att...

Open Graph Description: NOTICE: This first post is for when using sshcode user@server ~/X paths, DISCLAIMER: This example was shown to affect both sshcode 10 builds and custom builds that use code-server 3.X When you feed...

X Description: NOTICE: This first post is for when using sshcode user@server ~/X paths, DISCLAIMER: This example was shown to affect both sshcode 10 builds and custom builds that use code-server 3.X When you feed...

Opengraph URL: https://github.com/coder/sshcode/issues/180

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[MSYS BUG][Reason Discovered] ~ is resolved to msys home instead of remote home","articleBody":"### NOTICE: This first post is for when using `sshcode user@server ~/X` paths, \r\n**DISCLAIMER: This example was shown to affect both sshcode 10 builds and custom builds that use code-server 3.X**\r\n\r\nWhen you feed sshcode `~/` instead of `\"~/\"`, it will attempt to use the local `~/` path.\r\nfor example if your user is `merith` and the remote user is `developer`\r\nwhen you feed sshcode `~/Workspace` it will attempt to open `/home/merith/Workspace` instead of `/home/developer/Workspace`\r\n\r\noutput from a shell giving this error\r\n```$ sshcode.exe developer@192.168.115 --skipsync ~/Workspace\r\n2020-05-11 12:26:24 ←[94mINFO←[0m       OS is windows, disabling connection reuse feature\r\n2020-05-11 12:26:24 ←[94mINFO←[0m       ensuring code-server is updated...\r\n++ uname -m\r\n+ '[' x86_64 '!=' x86_64 ']'\r\n+ pkill -f /home/developer/.sshcode-server\r\n+ true\r\n+ mkdir -p /home/developer/.sshcode-server\r\n+ cd /home/developer/.sshcode-server\r\n+ '[' '!' -d code-server-3.2.0-linux-x86_64 ']'\r\n2020-05-11 12:26:27 ←[94mINFO←[0m       starting code-server...\r\n2020-05-11 12:26:27 ←[94mINFO←[0m       Tunneling remote port 33885 to 127.0.0.1:24586\r\ninfo  code-server 3.2.0 fd36a99a4c78669970ebc4eb05768293b657716f\r\ninfo  HTTP server listening on http://127.0.0.1:33885\r\ninfo    - No authentication\r\ninfo    - Not serving HTTPS\r\ninfo  Automatic updates are enabled\r\nwarn  ENOENT: no such file or directory, stat '/home/Merith/Workspace'\r\nwarn  ENOENT: no such file or directory, stat '/home/Merith/Workspace'\r\n```\r\n##  What fixes this.\r\n#### These work\r\n```\r\nsshcode user@server \"~/Workspace\"\r\nsshcode user@server \\~/Workspace\r\nsshcode user@server Workspace\r\nsshcode user@server /opt/Workspace\r\nsshcode user@server /home/user/Workspace\r\n```\r\n#### This dont work\r\n`sshcode user@server ~/Workspace`\r\n","author":{"url":"https://github.com/Merith-TK","@type":"Person","name":"Merith-TK"},"datePublished":"2020-05-11T18:43:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/180/sshcode/issues/180"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:61fcfbc2-cbe6-24f9-21a0-05bb44184dc5
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id84EE:49A98:BACFFF:10515D7:6968DB5D
html-safe-noncece171c8d1218a5dd185c6883f9d1cd2b83af8e74fe397f833bfa4cc3f72a4503
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NEVFOjQ5QTk4OkJBQ0ZGRjoxMDUxNUQ3OjY5NjhEQjVEIiwidmlzaXRvcl9pZCI6IjE0MzQ2OTcxOTUyMjEyMTE5OTciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4de2969cfc01f42f60f81419cedbb86e47ad1162b32f0e97b96125d573482a25
hovercard-subject-tagissue:616099571
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/coder/sshcode/180/issue_layout
twitter:imagehttps://opengraph.githubassets.com/bb2a337bcdeec7eb7ba15e31d4947ef927deeb067114ae7a2d33b71624657ef7/coder/sshcode/issues/180
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/bb2a337bcdeec7eb7ba15e31d4947ef927deeb067114ae7a2d33b71624657ef7/coder/sshcode/issues/180
og:image:altNOTICE: This first post is for when using sshcode user@server ~/X paths, DISCLAIMER: This example was shown to affect both sshcode 10 builds and custom builds that use code-server 3.X When you feed...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameMerith-TK
hostnamegithub.com
expected-hostnamegithub.com
None3c4e9f2fc1db52c609205138be6a397cfde4574cb54d53015014de30dd49f27e
turbo-cache-controlno-preview
go-importgithub.com/coder/sshcode git https://github.com/coder/sshcode.git
octolytics-dimension-user_id95932066
octolytics-dimension-user_logincoder
octolytics-dimension-repository_id182143383
octolytics-dimension-repository_nwocoder/sshcode
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id182143383
octolytics-dimension-repository_network_root_nwocoder/sshcode
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release1fb1ea11f8c37dd4dd50347cca70d89824e93788
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/coder/sshcode/issues/180#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcoder%2Fsshcode%2Fissues%2F180
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcoder%2Fsshcode%2Fissues%2F180
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=coder%2Fsshcode
Reloadhttps://github.com/coder/sshcode/issues/180
Reloadhttps://github.com/coder/sshcode/issues/180
Reloadhttps://github.com/coder/sshcode/issues/180
coder https://github.com/coder
sshcodehttps://github.com/coder/sshcode
Notifications https://github.com/login?return_to=%2Fcoder%2Fsshcode
Fork 215 https://github.com/login?return_to=%2Fcoder%2Fsshcode
Star 5.7k https://github.com/login?return_to=%2Fcoder%2Fsshcode
Code https://github.com/coder/sshcode
Issues 44 https://github.com/coder/sshcode/issues
Pull requests 0 https://github.com/coder/sshcode/pulls
Actions https://github.com/coder/sshcode/actions
Projects 0 https://github.com/coder/sshcode/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/coder/sshcode/security
Please reload this pagehttps://github.com/coder/sshcode/issues/180
Insights https://github.com/coder/sshcode/pulse
Code https://github.com/coder/sshcode
Issues https://github.com/coder/sshcode/issues
Pull requests https://github.com/coder/sshcode/pulls
Actions https://github.com/coder/sshcode/actions
Projects https://github.com/coder/sshcode/projects
Security https://github.com/coder/sshcode/security
Insights https://github.com/coder/sshcode/pulse
[MSYS BUG][Reason Discovered] ~ is resolved to msys home instead of remote homehttps://github.com/coder/sshcode/issues/180#top
https://github.com/Merith-TK
https://github.com/Merith-TK
Merith-TKhttps://github.com/Merith-TK
on May 11, 2020https://github.com/coder/sshcode/issues/180#issue-616099571
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.