Getting error about no Git repo after creating a file in remote folder
xixixao opened this issue · 0 comments
xixixao commented
Issue and Steps to Reproduce
- Connect to remote connection (I'm using localhost)
- Add new file in the folder
Expected Behavior
No error
Actual Behavior
- Observe error in dev tools console
Versions
- Atom: 1.31.2
- Nuclide: 0.357.0
- Client OS: MacOS
- Server OS (optional): MacOS
Additional Details
Error: <embedded>:105865 Unable to locate git workspace root for nuclide://localhost/test/file.txt. Expected if nuclide://localhost/test/file.txt is not in a git repository. Error: ENOENT: no such file or directory, stat 'nuclide://localhost/test/file.txt'
revParse @ VM22 <embedded>:105865
async function (async)
revParse @ VM22 <embedded>:105847
find @ VM22 <embedded>:105833
fromPaneItem @ VM22 <embedded>:52705
getNextContext @ VM22 <embedded>:52714
async function (async)
getNextContext @ VM22 <embedded>:52692
updateActiveContext @ VM22 <embedded>:52768
execute @ VM22 <embedded>:108741
processTask @ VM22 <embedded>:108802
processQueue @ VM22 <embedded>:108785
push @ VM22 <embedded>:108772
scheduleActiveContextUpdate @ VM22 <embedded>:52676
module.exports.Emitter.simpleDispatch @ VM22 <embedded>:68263
module.exports.Emitter.emit @ VM22 <embedded>:68392
didChangeActiveItemOnPane @ VM22 <embedded>:30802
setActiveItem @ VM22 <embedded>:31536
activateItem @ VM22 <embedded>:31675
open @ VM22 <embedded>:29520
async function (async)
open @ VM22 <embedded>:29550
goToLocation @ .atom/pac…-to-location.js:102
actions.map.filter.filter.do @ .atom/pac…/redux/Epics.js:551
a.__tryOrSetError @ .atom/pac…undles/Rx.min.js:71
a.next @ .atom/pac…undles/Rx.min.js:70
a._next @ .atom/pac…undles/Rx.min.js:68
a.next @ .atom/pac…undles/Rx.min.js:67
a._next @ .atom/pac…ndles/Rx.min.js:184
a.next @ .atom/pac…undles/Rx.min.js:67
a._next @ .atom/pac…ndles/Rx.min.js:194
a.next @ .atom/pac…undles/Rx.min.js:67
a._next @ .atom/pac…ndles/Rx.min.js:194
a.next @ .atom/pac…undles/Rx.min.js:67
a._next @ .atom/pac…ndles/Rx.min.js:136
a.next @ .atom/pac…undles/Rx.min.js:67
a.next @ .atom/pac…undles/Rx.min.js:77
action @ .atom/pac…ux-observable.js:65
store.dispatch.Actions.openAddFileDialog.filePath @ .atom/pac…sterCommands.js:150
openAddDialog @ .atom/pac…redux/Epics.js:1534
_tickCallback @ internal/process/next_tick.js:188
async function (async)
openAddDialog @ .atom/pac…redux/Epics.js:1502
FileDialogComponent._confirm @ .atom/pac…leActionModal.js:95
handleCommandEvent @ VM22 <embedded>:24144
module.exports.KeymapManager.dispatchCommandEvent @ VM22 <embedded>:71340
module.exports.KeymapManager.handleKeyboardEvent @ VM22 <embedded>:71131
handleDocumentKeyEvent @ VM22 <embedded>:19769
- Installed packages (
apm ls --installed
):
Community Packages (16) /Users/srb/.atom/packages
├── advanced-open-file@0.16.8
├── atom-delete-current-file@0.1.1
├── autoreload-package-service@0.0.4 (disabled)
├── expand-region@0.4.2
├── file-icons@2.1.25
├── language-babel@2.85.0
├── language-ocaml@1.9.5
├── lenientjs@0.1.5
├── nuclide@0.357.0
├── nuclide-format-js@0.0.44
├── ocaml-merlin@0.14.5
├── pinned-tabs@2.1.0 (disabled)
├── prettier-atom@0.55.2
├── set-syntax@0.4.0
├── sort-lines@0.18.0
└── teletype@0.13.3