Skip to content

Commit

Permalink
add note to run cmd ad administrator
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Feb 2, 2025
1 parent 4d8f788 commit d6d8756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A deobfuscator for java
## ✅ How to run deobfuscator
If you want to use this deobfuscator, you need to start it from your IDE manually.

1. (Windows) Run `git config --system core.longpaths true` to enable long paths support
1. (Windows) Open cmd as administrator and run `git config --system core.longpaths true` to enable long paths support
2. Place your obfuscated jar inside the root project directory. For example in `work/obf-test.jar`
3. Navigate to class [`Bootstrap.java`](./deobfuscator-impl/src/test/java/Bootstrap.java)
4. In this class edit the deobfuscator configuration
Expand All @@ -38,7 +38,8 @@ Contributions are welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for a projec
## Troubleshooting

### Git shows `Filename too long`
You need to run `git config --system core.longpaths true`. This error is only shown for windows users.
You need to open cmd as administrator and run `git config --system core.longpaths true`. This error is only shown for windows users.
![img.png](assets/filename-too-long.png)

## Links

Expand Down
Binary file added assets/filename-too-long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6d8756

Please sign in to comment.