# Tensorflow2.0_GAN **Repository Path**: Stoooner/Tensorflow2.0_GAN ## Basic Information - **Project Name**: Tensorflow2.0_GAN - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2021-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tensorflow2.0_GAN 使用TensorFlow2.0写的GAN代码 1. 由于一些敏感因素,因此之前GitHub的master主分支名称被换成了诸如main/root等等中性名词,因此要讲master分支切换为main分支的话, 步骤如下: 1.1 背景: 本地当前分支为master,远程仓库为main,且远程仓库与本地仓库有 unrelated histories这样的问题,如远程仓库有README.md但本地没有; 1.2 步骤: git checkout -b main git branch git merge master git pull origin main --allow-unrelated-histories git push origin main 1.3 网址: https://blog.csdn.net/qq_42585582/article/details/109006783 2. [知乎——如何上传本地代码到github]https://zhuanlan.zhihu.com/p/34625448 3. [Git配置SSH Key的时候提示密钥无效]https://www.cnblogs.com/gosun/p/13044672.html 4. [ubuntu使用git的时:Warning: Permanently added the RSA host key for IP address '13.250.177.223' to the list of known hosts.]https://www.cnblogs.com/yun6853992/p/9348540.html 5. [mac git命令按Tab不能自动补全解决方法]https://blog.csdn.net/qq_43111384/article/details/104331312