This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Description Prerequisites
✔️ Have you tried to reproduce the problem in Safe Mode ?
⚠️ Yes, but it has the same error.
✔️ Have you followed all applicable steps in the debugging guide ?
✔️ Clear saved state
⚠️ Same error.
✔️ Reset to Factory Defaults
⚠️ Same error.
✔️ Have you checked the FAQs on the message board for common solutions?
✔️ Have you checked that your issue isn't already filed ?
Description
When trying to open the Git tab it fails and logs an error to the console:
<embedded>:69654 Error serializing package 'github' TypeError: Cannot read property 'serialize' of undefined
at GithubPackage.serialize (C:\Users\JSmith\AppData\Local\atom\app-1.18.0\resources\app\node_modules\github\lib\github-package.js:268:43)
at Package.module.exports.Package.serialize (C:\Users\JSmith\AppData\Local\atom\app-1.18.0\resources\app\src\package.js:785:103)
at PackageManager.module.exports.PackageManager.serializePackage (C:\Users\JSmith\AppData\Local\atom\app-1.18.0\resources\app\src\package-manager.js:712:69)
at PackageManager.module.exports.PackageManager.serialize (C:\Users\JSmith\AppData\Local\atom\app-1.18.0\resources\app\src\package-manager.js:705:20)
at AtomEnvironment.module.exports.AtomEnvironment.serialize (C:\Users\JSmith\AppData\Local\atom\app-1.18.0\resources\app\src\atom-environment.js:880:44)
at C:\Users\JSmith\AppData\Local\atom\app-1.18.0\resources\app\src\atom-environment.js:1194:33
at AtomEnvironment.module.exports.AtomEnvironment.saveState (C:\Users\JSmith\AppData\Local\atom\app-1.18.0\resources\app\src\atom-environment.js:1190:20)
at C:\Users\JSmith\AppData\Local\atom\app-1.18.0\resources\app\src\atom-environment.js:370:34module.exports.Package.serialize @ <embedded>:69654module.exports.PackageManager.serializePackage @ <embedded>:20604module.exports.PackageManager.serialize @ <embedded>:20597module.exports.AtomEnvironment.serialize @ <embedded>:1114(anonymous function) @ <embedded>:1428module.exports.AtomEnvironment.saveState @ <embedded>:1424(anonymous function) @ <embedded>:604
Steps to Reproduce
Open Atom in a folder with a Git repo.
Try to open the Git tab: Ctrl+Shift+9.
😢
Expected behavior:
The Git tab should open.
Actual behavior:
An error occurred. See the description.
Reproduces how often:
💯It fails 100% of the time I try to open it.
Versions
λ atom --version
Atom : 1.18.0
Electron: 1.3.15
Chrome : 52.0.2743.82
Node : 6.5.0
λ apm --version
apm 1.18.1
npm 3.10.10
node 6.9.5 ia32
python
git 2.10.0.windows.1
visual studio 2015
Package
OS
Key
Value
OS Name
Microsoft Windows 10 Pro
Version
10.0.15063 Build 15063
Additional Information
This worked for several days. It just stopped today but I'm on the same version of Atom.
I'm loving the feature. Especially the diff and individual file staging. It was easy to incorporate into my workflow.
Reactions are currently unavailable
Prerequisites
Description
When trying to open the Git tab it fails and logs an error to the console:
Steps to Reproduce
Expected behavior:
The Git tab should open.
Actual behavior:
An error occurred. See the description.
Reproduces how often:
💯It fails 100% of the time I try to open it.
Versions
Package
OS
Additional Information
This worked for several days. It just stopped today but I'm on the same version of Atom.
I'm loving the feature. Especially the diff and individual file staging. It was easy to incorporate into my workflow.