Error while uploading files locally on Github Desktop for Mac
See original GitHub issueDescription
I downloaded Github for Desktop for Mac and clicked on File>>Add Local Repository>>Selected the file Path.
Then it showed me a error message. I have included the screenshot
The error message said
The output from the command could not fit into the allocated stdout buffer. Set options.maxBuffer to a larger value than 10485760 bytes.
Version
I am using the latest version of Github Version 0.6.2 for Mac
GitHub Desktop version: [0.6.2]
OS version: [Mac OS Sierra 10.12.5 (16F73)]
Steps to Reproduce
- Download Github Desktop for Mac
- Click on file add local Repository.
- Add file path.
- Observe error messages.
Expected behavior: [Such errors should not be shown.]
Actual behavior: [I should be able to easily add files and upload and sync]
Reproduces how often: [Now when I open the App, it shows me thrice and no work is done]
Logs
Additional Information
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Error while opening github desktop on mac · Issue #13912
To access the log files go to the file menu in GitHub Desktop and select Help > Show Logs in Finder (macOS) or...
Read more >Unable to push in GitHub desktop · Issue #4181
I've been using GitHub Desktop to push my changes to my repo on GitHub. Today when I went to push my latest commit,...
Read more >Creating repo on GitHub works fine, but cannot push any ...
Everything worked fine. Made a change to a local file. Went to GitHub Desktop, saw that the change was recognized. Committed the change....
Read more >Resolving Git Large File Storage upload failures - GitHub Docs
Resolving Git Large File Storage upload failures. If your Git LFS files didn't upload properly, you can take several steps to troubleshoot the...
Read more >Adding a file to a repository - GitHub Docs
If a repository has any protected branches, you can't edit or upload files in the protected branch using GitHub. For more information, see...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This was happening to me, and I noticed that instead of using the directory I wanted, it was taking my whole user. I just deleted the git tracking on the user directory and it fixed everything
rm -rf .git
hope this helps
@SamkitS
If you answer their questions above, they’ll probably reopen it.