Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to copy commit message #256

Closed
levrik opened this issue Jan 21, 2018 · 2 comments
Closed

Fails to copy commit message #256

levrik opened this issue Jan 21, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@levrik
Copy link

levrik commented Jan 21, 2018

  • GitLens Version: 7.5.5
  • VSCode Version: 1.19.2
  • OS Version: Windows 10 Version 1709

Steps to Reproduce:

  1. Try to copy a commit message from the GitLens view by right-clicking and selecting option "Copy commit message to clipboard".

GitLens Debug Output:

Running(d:/Dokumente/Levin/Projekte/Go/src/github.com/levrik/backend): git -c core.quotepath=false -c color.ui=false ls-files d:\Dokumente\Levin\Projekte\Go\src\github.com\levrik\backend
Completed(d:/Dokumente/Levin/Projekte/Go/src/github.com/levrik/backend): git -c core.quotepath=false -c color.ui=false ls-files d:\Dokumente\Levin\Projekte\Go\src\github.com\levrik\backend in 54 ms
getLogCommit('d:/Dokumente/Levin/Projekte/Go/src/github.com/levrik/backend', 'd:\Dokumente\Levin\Projekte\Go\src\github.com\levrik\backend', '90a00bd529fc79f5263ce6b3aaf000ec60432cdf', undefined, undefined)
CopyMessageToClipboardCommand Error: cannot open file:///d%3A/Dokumente/Levin/Projekte/Go/src/github.com/levrik/backend. Detail: Die Datei ist ein Verzeichnis

Die Datei ist ein Verzeichnis from the last line is German for The file is an directory.

Maybe notable: I'm using a multi-project setup.

{
  "folders": [
    {
      "path": "frontend"
    },
    {
      "name": "proxy",
      "path": "D:\\Dokumente\\Levin\\Projekte\\Go\\src\\github.com\\levrik\\proxy"
    },
    {
      "name": "backend",
      "path": "D:\\Dokumente\\Levin\\Projekte\\Go\\src\\github.com\\levrik\\backend"
    }
  ]
}
@eamodio eamodio self-assigned this Jan 22, 2018
@eamodio eamodio added the bug Something isn't working label Jan 22, 2018
@eamodio eamodio added this to the Soon™ milestone Jan 22, 2018
@eamodio
Copy link
Member

eamodio commented Jan 22, 2018

Fixed in 7.5.6

@eamodio eamodio closed this as completed Jan 22, 2018
@eamodio eamodio removed this from the Soon™ milestone Jul 19, 2019
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants